<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5252 | 12년 전 | 1541 | ||
| 5251 |
제이티37
|
12년 전 | 1547 | |
| 5250 |
프로프리랜서
|
12년 전 | 1148 | |
| 5249 |
프로프리랜서
|
12년 전 | 1588 | |
| 5248 |
프로프리랜서
|
12년 전 | 1795 | |
| 5247 | 12년 전 | 974 | ||
| 5246 | 12년 전 | 2202 | ||
| 5245 | 12년 전 | 1156 | ||
| 5244 |
senseme
|
12년 전 | 7373 | |
| 5243 |
senseme
|
12년 전 | 1317 | |
| 5242 |
senseme
|
12년 전 | 1160 | |
| 5241 |
senseme
|
12년 전 | 1959 | |
| 5240 |
senseme
|
12년 전 | 946 | |
| 5239 |
senseme
|
12년 전 | 1472 | |
| 5238 |
senseme
|
12년 전 | 1086 | |
| 5237 |
senseme
|
12년 전 | 1031 | |
| 5236 |
PASKRAN
|
12년 전 | 2774 | |
| 5235 | 12년 전 | 10712 | ||
| 5234 | 12년 전 | 2981 | ||
| 5233 |
프로프리랜서
|
12년 전 | 2811 | |
| 5232 |
프로프리랜서
|
12년 전 | 1372 | |
| 5231 |
프로프리랜서
|
12년 전 | 2712 | |
| 5230 |
프로프리랜서
|
12년 전 | 798 | |
| 5229 |
프로프리랜서
|
12년 전 | 1719 | |
| 5228 |
프로프리랜서
|
12년 전 | 1125 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기