개발하다가 버리기 아까워서 올립니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
<title>아웃도어 쇼핑 :: 비박 :: 등산 :: 낚시 :: 캠핑 - 칼데라 쇼핑</title>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<link rel="stylesheet" type="text/css" href="tabs.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(function() {
$(".tab_content").hide();
$(".tab_content:first").show();
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active").css("color","#333");
//$(this).addClass("active").css({"color": "darkred","font-weight": "bolder"});
$(this).addClass("active").css("color","darkred");
$(".tab_content").hide()
var activeTab = $(this).attr("rel");
$("#"+activeTab).fadeIn()
});
});
</script>
<style type="text/css">
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
width: 100%;
font-family:"dotum";
font-size:12px;
}
ul.tabs li {
float: left;
text-align:center;
cursor: pointer;
width:82px;
height: 31px;
line-height: 31px;
border: 1px solid #eee;
border-left: none;
font-weight: bold;
background: #fafafa;
overflow: hidden;
position: relative;
}
ul.tabs li.active{
background: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
.tab_container {
border: 1px solid #eee;
border-top: none;
clear: both;
float: left;
width: 248px;
background: #FFFFFF;
}
.tab_content {
padding: 5px;
font-size: 12px;
display: none;
}
.tab_container .tab_content ul {width:100%; margin:0px; padding:0px;}
.tab_container .tab_content ul li{padding:5px; list-style:none};
#container {width: 249px; margin: 0 auto;
}
</style>
</head>
<body>
<div id="container">
<ul class="tabs">
<li class="active" rel="tab1">공지사항</li>
<li rel="tab2">구매랭킹</li>
<li rel="tab3">공지사항</li>
</ul>
<div class="tab_container">
<div id="tab1" class="tab_content">
<ul>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
</ul>
</div><!-- #tab1 -->
<div id="tab2" class="tab_content">
2222Mortal Kombat returns after a lengthy hiatus and puts players
back into the Tournament for 2D fighting with gruesome combat.
</div><!-- #tab2 -->
<div id="tab3" class="tab_content">
3333Halo: Reach is the culmination of the superlative combat, sensational
multiplayer, and seamless online integration that are the hallmarks
of this superb series.
</div><!-- #tab3 -->
</div> <!-- .tab_container -->
</div> <!-- #container -->
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
<title>아웃도어 쇼핑 :: 비박 :: 등산 :: 낚시 :: 캠핑 - 칼데라 쇼핑</title>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<link rel="stylesheet" type="text/css" href="tabs.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(function() {
$(".tab_content").hide();
$(".tab_content:first").show();
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active").css("color","#333");
//$(this).addClass("active").css({"color": "darkred","font-weight": "bolder"});
$(this).addClass("active").css("color","darkred");
$(".tab_content").hide()
var activeTab = $(this).attr("rel");
$("#"+activeTab).fadeIn()
});
});
</script>
<style type="text/css">
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
width: 100%;
font-family:"dotum";
font-size:12px;
}
ul.tabs li {
float: left;
text-align:center;
cursor: pointer;
width:82px;
height: 31px;
line-height: 31px;
border: 1px solid #eee;
border-left: none;
font-weight: bold;
background: #fafafa;
overflow: hidden;
position: relative;
}
ul.tabs li.active{
background: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
.tab_container {
border: 1px solid #eee;
border-top: none;
clear: both;
float: left;
width: 248px;
background: #FFFFFF;
}
.tab_content {
padding: 5px;
font-size: 12px;
display: none;
}
.tab_container .tab_content ul {width:100%; margin:0px; padding:0px;}
.tab_container .tab_content ul li{padding:5px; list-style:none};
#container {width: 249px; margin: 0 auto;
}
</style>
</head>
<body>
<div id="container">
<ul class="tabs">
<li class="active" rel="tab1">공지사항</li>
<li rel="tab2">구매랭킹</li>
<li rel="tab3">공지사항</li>
</ul>
<div class="tab_container">
<div id="tab1" class="tab_content">
<ul>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
<li><a href="#">이것은 두 번째 탭의</a></li>
</ul>
</div><!-- #tab1 -->
<div id="tab2" class="tab_content">
2222Mortal Kombat returns after a lengthy hiatus and puts players
back into the Tournament for 2D fighting with gruesome combat.
</div><!-- #tab2 -->
<div id="tab3" class="tab_content">
3333Halo: Reach is the culmination of the superlative combat, sensational
multiplayer, and seamless online integration that are the hallmarks
of this superb series.
</div><!-- #tab3 -->
</div> <!-- .tab_container -->
</div> <!-- #container -->
</body>
</html>
댓글 1개
11년 전
전 왜 되지 않을까요
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6430 | 12년 전 | 963 | ||
| 6429 | 12년 전 | 9095 | ||
| 6428 | 12년 전 | 591 | ||
| 6427 |
제이티37
|
12년 전 | 1564 | |
| 6426 |
프로프리랜서
|
12년 전 | 1144 | |
| 6425 |
프로프리랜서
|
12년 전 | 1603 | |
| 6424 |
프로프리랜서
|
12년 전 | 1803 | |
| 6423 | 12년 전 | 997 | ||
| 6422 |
퍼블리셔지노군
|
12년 전 | 1567 | |
| 6421 | 12년 전 | 2204 | ||
| 6420 |
|
12년 전 | 1333 | |
| 6419 |
|
12년 전 | 1283 | |
| 6418 | 12년 전 | 1180 | ||
| 6417 |
senseme
|
12년 전 | 7416 | |
| 6416 |
senseme
|
12년 전 | 1320 | |
| 6415 |
senseme
|
12년 전 | 1184 | |
| 6414 |
senseme
|
12년 전 | 1959 | |
| 6413 |
senseme
|
12년 전 | 958 | |
| 6412 |
senseme
|
12년 전 | 1481 | |
| 6411 |
senseme
|
12년 전 | 1087 | |
| 6410 |
senseme
|
12년 전 | 1038 | |
| 6409 |
PASKRAN
|
12년 전 | 2812 | |
| 6408 | 12년 전 | 10795 | ||
| 6407 | 12년 전 | 2987 | ||
| 6406 |
프로프리랜서
|
12년 전 | 2824 | |
| 6405 |
프로프리랜서
|
12년 전 | 1364 | |
| 6404 |
프로프리랜서
|
12년 전 | 2720 | |
| 6403 |
프로프리랜서
|
12년 전 | 815 | |
| 6402 |
프로프리랜서
|
12년 전 | 1720 | |
| 6401 |
프로프리랜서
|
12년 전 | 1138 | |
| 6400 |
프로프리랜서
|
12년 전 | 1457 | |
| 6399 |
프로프리랜서
|
12년 전 | 1179 | |
| 6398 |
프로프리랜서
|
12년 전 | 1478 | |
| 6397 |
프로프리랜서
|
12년 전 | 3596 | |
| 6396 | 12년 전 | 1865 | ||
| 6395 | 12년 전 | 914 | ||
| 6394 |
|
12년 전 | 5236 | |
| 6393 |
제이티37
|
12년 전 | 1195 | |
| 6392 |
songsinica
|
12년 전 | 1190 | |
| 6391 |
|
12년 전 | 3364 | |
| 6390 |
|
12년 전 | 1617 | |
| 6389 | 12년 전 | 4853 | ||
| 6388 |
스누피사랑
|
12년 전 | 5429 | |
| 6387 | 12년 전 | 1836 | ||
| 6386 | 12년 전 | 3049 | ||
| 6385 |
희망과열정
|
12년 전 | 922 | |
| 6384 | 12년 전 | 3284 | ||
| 6383 | 12년 전 | 10590 | ||
| 6382 |
|
12년 전 | 5783 | |
| 6381 |
SugarSkull
|
12년 전 | 1021 | |
| 6380 | 12년 전 | 771 | ||
| 6379 |
|
12년 전 | 1974 | |
| 6378 | 12년 전 | 1553 | ||
| 6377 | 12년 전 | 490 | ||
| 6376 |
후라보노보노
|
12년 전 | 1329 | |
| 6375 | 12년 전 | 2860 | ||
| 6374 | 12년 전 | 825 | ||
| 6373 | 12년 전 | 2366 | ||
| 6372 |
takumi22
|
12년 전 | 1237 | |
| 6371 |
개초보제이
|
12년 전 | 770 | |
| 6370 |
고급자가되고
|
12년 전 | 1454 | |
| 6369 | 12년 전 | 875 | ||
| 6368 | 12년 전 | 3175 | ||
| 6367 | 12년 전 | 1870 | ||
| 6366 | 12년 전 | 2872 | ||
| 6365 |
lilyosia
|
12년 전 | 1788 | |
| 6364 | 12년 전 | 1051 | ||
| 6363 | 12년 전 | 1582 | ||
| 6362 | 12년 전 | 2728 | ||
| 6361 | 12년 전 | 2552 | ||
| 6360 | 12년 전 | 998 | ||
| 6359 | 12년 전 | 2100 | ||
| 6358 |
|
12년 전 | 1784 | |
| 6357 |
에헤라디야자진방아를돌려라
|
12년 전 | 775 | |
| 6356 | 12년 전 | 2072 | ||
| 6355 | 12년 전 | 3780 | ||
| 6354 | 12년 전 | 3087 | ||
| 6353 | 12년 전 | 1542 | ||
| 6352 | 12년 전 | 7768 | ||
| 6351 | 12년 전 | 2531 | ||
| 6350 | 12년 전 | 2792 | ||
| 6349 | 12년 전 | 1870 | ||
| 6348 | 12년 전 | 3541 | ||
| 6347 | 12년 전 | 1443 | ||
| 6346 | 12년 전 | 1178 | ||
| 6345 | 12년 전 | 1832 | ||
| 6344 | 12년 전 | 1404 | ||
| 6343 |
프로프리랜서
|
12년 전 | 2058 | |
| 6342 |
프로프리랜서
|
12년 전 | 1373 | |
| 6341 |
프로프리랜서
|
12년 전 | 1810 | |
| 6340 |
프로프리랜서
|
12년 전 | 1890 | |
| 6339 |
프로프리랜서
|
12년 전 | 1328 | |
| 6338 |
프로프리랜서
|
12년 전 | 1565 | |
| 6337 | 12년 전 | 5252 | ||
| 6336 |
프로프리랜서
|
12년 전 | 1624 | |
| 6335 |
프로프리랜서
|
12년 전 | 947 | |
| 6334 |
프로프리랜서
|
12년 전 | 1321 | |
| 6333 |
프로프리랜서
|
12년 전 | 2437 | |
| 6332 | 12년 전 | 1095 | ||
| 6331 |
돗단배123
|
12년 전 | 1415 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기