개발하다가 버리기 아까워서 올립니다.
<!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년 전
전 왜 되지 않을까요
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 387 | ||
| 7829 |
|
9년 전 | 565 | |
| 7828 | 9년 전 | 495 | ||
| 7827 | 9년 전 | 382 | ||
| 7826 | 9년 전 | 387 | ||
| 7825 | 9년 전 | 440 | ||
| 7824 | 9년 전 | 424 | ||
| 7823 | 9년 전 | 329 | ||
| 7822 | 9년 전 | 324 | ||
| 7821 | 9년 전 | 269 | ||
| 7820 | 9년 전 | 325 | ||
| 7819 |
|
10년 전 | 729 | |
| 7818 | 10년 전 | 350 | ||
| 7817 | 10년 전 | 466 | ||
| 7816 | 10년 전 | 372 | ||
| 7815 | 10년 전 | 576 | ||
| 7814 | 10년 전 | 401 | ||
| 7813 | 10년 전 | 341 | ||
| 7812 | 10년 전 | 350 | ||
| 7811 | 10년 전 | 368 | ||
| 7810 | 10년 전 | 513 | ||
| 7809 | 10년 전 | 443 | ||
| 7808 | 10년 전 | 315 | ||
| 7807 | 10년 전 | 368 | ||
| 7806 |
프로그래머7
|
10년 전 | 1311 | |
| 7805 | 10년 전 | 1236 | ||
| 7804 |
zahir1312
|
10년 전 | 749 | |
| 7803 |
|
10년 전 | 1350 | |
| 7802 | 10년 전 | 415 | ||
| 7801 | 10년 전 | 836 | ||
| 7800 | 10년 전 | 1069 | ||
| 7799 | 10년 전 | 509 | ||
| 7798 | 10년 전 | 471 | ||
| 7797 | 10년 전 | 467 | ||
| 7796 | 10년 전 | 305 | ||
| 7795 | 10년 전 | 460 | ||
| 7794 | 10년 전 | 491 | ||
| 7793 | 10년 전 | 1014 | ||
| 7792 | 10년 전 | 417 | ||
| 7791 | 10년 전 | 502 | ||
| 7790 | 10년 전 | 469 | ||
| 7789 |
fbastore
|
10년 전 | 1409 | |
| 7788 | 10년 전 | 501 | ||
| 7787 | 10년 전 | 361 | ||
| 7786 | 10년 전 | 521 | ||
| 7785 | 10년 전 | 536 | ||
| 7784 | 10년 전 | 604 | ||
| 7783 | 10년 전 | 411 | ||
| 7782 | 10년 전 | 454 | ||
| 7781 | 10년 전 | 867 | ||
| 7780 | 10년 전 | 789 | ||
| 7779 | 10년 전 | 756 | ||
| 7778 | 10년 전 | 323 | ||
| 7777 | 10년 전 | 414 | ||
| 7776 | 10년 전 | 416 | ||
| 7775 | 10년 전 | 358 | ||
| 7774 | 10년 전 | 606 | ||
| 7773 | 10년 전 | 346 | ||
| 7772 | 10년 전 | 679 | ||
| 7771 | 10년 전 | 336 | ||
| 7770 | 10년 전 | 619 | ||
| 7769 | 10년 전 | 338 | ||
| 7768 | 10년 전 | 559 | ||
| 7767 | 10년 전 | 1127 | ||
| 7766 | 10년 전 | 456 | ||
| 7765 | 10년 전 | 486 | ||
| 7764 |
잘살아보자
|
10년 전 | 336 | |
| 7763 |
|
10년 전 | 1405 | |
| 7762 |
Tosea
|
10년 전 | 1026 | |
| 7761 | 10년 전 | 615 | ||
| 7760 |
잘살아보자
|
10년 전 | 628 | |
| 7759 |
잘살아보자
|
10년 전 | 439 | |
| 7758 |
잘살아보자
|
10년 전 | 542 | |
| 7757 | 10년 전 | 1193 | ||
| 7756 |
ITBANK
|
10년 전 | 1226 | |
| 7755 | 10년 전 | 1906 | ||
| 7754 | 10년 전 | 1014 | ||
| 7753 | 10년 전 | 847 | ||
| 7752 | 10년 전 | 1357 | ||
| 7751 |
잘살아보자
|
10년 전 | 479 | |
| 7750 |
잘살아보자
|
10년 전 | 446 | |
| 7749 |
잘살아보자
|
10년 전 | 447 | |
| 7748 |
잘살아보자
|
10년 전 | 436 | |
| 7747 |
잘살아보자
|
10년 전 | 534 | |
| 7746 |
잘살아보자
|
10년 전 | 649 | |
| 7745 |
잘살아보자
|
10년 전 | 888 | |
| 7744 |
잘살아보자
|
10년 전 | 394 | |
| 7743 | 10년 전 | 920 | ||
| 7742 |
starbros
|
10년 전 | 802 | |
| 7741 |
잘살아보자
|
10년 전 | 618 | |
| 7740 |
잘살아보자
|
10년 전 | 488 | |
| 7739 |
잘살아보자
|
10년 전 | 444 | |
| 7738 |
잘살아보자
|
10년 전 | 500 | |
| 7737 |
잘살아보자
|
10년 전 | 461 | |
| 7736 |
잘살아보자
|
10년 전 | 478 | |
| 7735 |
잘살아보자
|
10년 전 | 811 | |
| 7734 |
잘살아보자
|
10년 전 | 406 | |
| 7733 |
잘살아보자
|
10년 전 | 512 | |
| 7732 |
잘살아보자
|
10년 전 | 666 | |
| 7731 |
잘살아보자
|
10년 전 | 587 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기