<style type="text/css">
#topmenu {margin:0px auto; width:100%;text-align:center;position:fixed;top:0px;}
.topmenu_div { background-color:#dfdfdf;display:none;padding:0px;margin:0px;border-bottom: 0px solid #bebebe;}
.close_bottom { position:absolute;right:10px;top:10px;cursor:pointer;padding:0px; }
#topmenu_bottom_div{width:115px;margin:-1px auto; z-index:1000;text-align:center;overflow:hidden;border: 1px solid #bebebe;background-color:#dfdfdf;}
.topmenu_bottom {float:left;padding:5px 10px;cursor:pointer;}
</style>
<div id="topmenu">
<div id="topmenu_div1" class="topmenu_div">
시간표 </div>
<div id="topmenu_div2" class="topmenu_div">
메뉴2<br>메뉴2<br>메뉴2
</div>
<div id="topmenu_bottom_div">
<div id="topmenu_1" class="topmenu_bottom">12반</div>
<div id="topmenu_2" class="topmenu_bottom">13반</div>
</div>
</div>
<div>
<? for($n = '1' ; $n <= '50'; $n++ ){?>
<?=$n?><br>
<?}?>
</div>
<script type="text/javascript">
$(document).ready(function(){
$("#topmenu_1").click(function () {
if($("#topmenu_div1").hasClass("div_show") == true) {
$("#topmenu_div1").slideUp("fast");
$("#topmenu_div1").removeClass("div_show");
} else if($("#topmenu_div1").hasClass("div_show") == false) {
$("#topmenu_div2").slideUp("fast");
$("#topmenu_div1").addClass("div_show");
$("#topmenu_div1").slideDown("fast");
$("#topmenu_div2").removeClass("div_show");
}
});
$("#topmenu_2").click(function () {
if($("#topmenu_div2").hasClass("div_show") == true) {
$("#topmenu_div2").slideUp("fast");
$("#topmenu_div2").removeClass("div_show");
} else if($("#topmenu_div2").hasClass("div_show") == false) {
$("#topmenu_div2").addClass("div_show");
$("#topmenu_div2").slideDown("fast");
$("#topmenu_div1").slideUp("fast");
$("#topmenu_div1").removeClass("div_show");
}
});
});
</script>
댓글 5개
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5352 | 11년 전 | 2412 | ||
| 5351 | 11년 전 | 2177 | ||
| 5350 | 11년 전 | 2306 | ||
| 5349 | 11년 전 | 7551 | ||
| 5348 | 11년 전 | 2046 | ||
| 5347 |
bewitched
|
11년 전 | 1768 | |
| 5346 | 11년 전 | 1277 | ||
| 5345 | 11년 전 | 1352 | ||
| 5344 | 11년 전 | 3070 | ||
| 5343 |
프로프리랜서
|
12년 전 | 2349 | |
| 5342 |
프로프리랜서
|
12년 전 | 1918 | |
| 5341 |
프로프리랜서
|
12년 전 | 1760 | |
| 5340 |
프로프리랜서
|
12년 전 | 1814 | |
| 5339 | 12년 전 | 1431 | ||
| 5338 | 12년 전 | 3143 | ||
| 5337 |
프로프리랜서
|
12년 전 | 2244 | |
| 5336 |
프로프리랜서
|
12년 전 | 1701 | |
| 5335 |
프로프리랜서
|
12년 전 | 4039 | |
| 5334 |
프로프리랜서
|
12년 전 | 1350 | |
| 5333 |
프로프리랜서
|
12년 전 | 1792 | |
| 5332 |
차가운바람
|
12년 전 | 1179 | |
| 5331 | 12년 전 | 2850 | ||
| 5330 | 12년 전 | 3652 | ||
| 5329 | 12년 전 | 4536 | ||
| 5328 | 12년 전 | 2581 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기