<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5152 |
senseme
|
12년 전 | 4144 | |
| 5151 |
senseme
|
12년 전 | 3727 | |
| 5150 |
프로프리랜서
|
12년 전 | 3121 | |
| 5149 |
프로프리랜서
|
12년 전 | 3961 | |
| 5148 |
프로프리랜서
|
12년 전 | 4351 | |
| 5147 |
프로프리랜서
|
12년 전 | 1584 | |
| 5146 |
senseme
|
12년 전 | 2711 | |
| 5145 |
senseme
|
12년 전 | 2699 | |
| 5144 |
senseme
|
12년 전 | 1239 | |
| 5143 | 12년 전 | 1271 | ||
| 5142 | 12년 전 | 8395 | ||
| 5141 |
senseme
|
12년 전 | 1502 | |
| 5140 |
senseme
|
12년 전 | 3740 | |
| 5139 |
senseme
|
12년 전 | 6325 | |
| 5138 |
senseme
|
12년 전 | 1545 | |
| 5137 | 12년 전 | 1131 | ||
| 5136 |
senseme
|
12년 전 | 1305 | |
| 5135 |
senseme
|
12년 전 | 3289 | |
| 5134 |
senseme
|
12년 전 | 1068 | |
| 5133 |
senseme
|
12년 전 | 1812 | |
| 5132 |
senseme
|
12년 전 | 1241 | |
| 5131 |
senseme
|
12년 전 | 902 | |
| 5130 | 12년 전 | 1390 | ||
| 5129 | 12년 전 | 2104 | ||
| 5128 |
senseme
|
12년 전 | 1374 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기