html
<ul class="tab">
<li class="on">
<a href="#">TAB 1</a>
<div>
Contents 1
</div>
</li>
<li>
<a href="#">TAB 2</a>
<div>
Contents 2
</div>
</li>
<li>
<a href="#">TAB 3</a>
<div>
Contents 3
</div>
</li>
</ul>
css
.tab {position:relative; padding-top:31px;}
.tab>li>a {
display:block;
position:absolute;
top:0;
width:95px;
height:30px;
line-height:30px;
text-align:center;
background:#eee;
color:#555;
border:1px solid #767676;
border-bottom:0;
}
.tab>li.on>a {background:#767676; color:#fff;}
.tab>li:first-child>a {left:0;}
.tab>li+li>a {left:100px;}
.tab>li+li+li>a {left:200px;}
.tab>li>div {height:0; overflow:hidden; position:absolute;}
.tab>li.on>div {height:auto; position:static; border:1px solid #767676; padding:10px;}
Jquery
$( ".tab>li>a" ).click(function() {
$(this).parent().addClass("on").siblings().removeClass("on");
return false;
});
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5677 |
패션리스트
|
10년 전 | 2345 | |
| 5676 |
패션리스트
|
10년 전 | 2312 | |
| 5675 | 10년 전 | 2227 | ||
| 5674 |
|
10년 전 | 1355 | |
| 5673 |
|
10년 전 | 2109 | |
| 5672 |
|
10년 전 | 1725 | |
| 5671 |
|
10년 전 | 2803 | |
| 5670 | 10년 전 | 1191 | ||
| 5669 |
|
10년 전 | 2001 | |
| 5668 | 10년 전 | 1095 | ||
| 5667 | 10년 전 | 1363 | ||
| 5666 |
|
10년 전 | 1701 | |
| 5665 |
|
10년 전 | 1261 | |
| 5664 |
|
10년 전 | 994 | |
| 5663 | 10년 전 | 2439 | ||
| 5662 | 10년 전 | 980 | ||
| 5661 |
AniNest
|
10년 전 | 2676 | |
| 5660 |
untitled
|
10년 전 | 2299 | |
| 5659 |
프로그래머7
|
10년 전 | 1687 | |
| 5658 |
untitled
|
10년 전 | 2303 | |
| 5657 |
untitled
|
10년 전 | 1835 | |
| 5656 |
untitled
|
10년 전 | 2596 | |
| 5655 |
|
10년 전 | 2709 | |
| 5654 | 10년 전 | 1376 | ||
| 5653 |
|
10년 전 | 1778 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기