묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
움직이는 메뉴를 이용할때 헤드풋적용시 안되는 문제좀 해결해주세요
2003.07.06 20:45
자바스크립트 폴더를 하나 만들고 그곳에 움직이는 메뉴 소스파일을 저장했습니다.
그리고 아래와 같이 소스를 불러올 파일에 넣었습니다.
<body bgcolor="#B3C5D2" onLoad="slideLayer('layer1', 'n', '600', '10');">
-------------
<table id ="layer1" style="position:absolute; visibility:visible; left:0px; top:500px; z-index:1; border:black 2px solid" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="0" style="font-family:serif-serf; font-size:9pt; color:#FFFFFF">
<tr>
<td height="20" bgcolor="white" style="padding-right:10;"><p align="right"><font color="navy">Menu1</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script language="JavaScript" src="http://apine.new21.org/slideicontop.js"></script>
----------------------
제로보드 게시판에서 head와 foot을 이용하여 위의 소스를 넣었습니다.
그런데 목록부분에서는 움직이는 메뉴가 제대로 작동하는데 목록 내용으로 들어가면 작동하지 않습니다.
왜 그런지 아시는분 꼭 알려주시기 바랍니다.
http://apine.new21.org/bbs/zboard.php?id=test
<= 여기서 확인해 보시기 바랍니다.
전 참고로 메뉴로 사용하지 않고 top버튼으로 사용하려고 합니다.
그리고 아래와 같이 소스를 불러올 파일에 넣었습니다.
<body bgcolor="#B3C5D2" onLoad="slideLayer('layer1', 'n', '600', '10');">
-------------
<table id ="layer1" style="position:absolute; visibility:visible; left:0px; top:500px; z-index:1; border:black 2px solid" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="0" style="font-family:serif-serf; font-size:9pt; color:#FFFFFF">
<tr>
<td height="20" bgcolor="white" style="padding-right:10;"><p align="right"><font color="navy">Menu1</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script language="JavaScript" src="http://apine.new21.org/slideicontop.js"></script>
----------------------
제로보드 게시판에서 head와 foot을 이용하여 위의 소스를 넣었습니다.
그런데 목록부분에서는 움직이는 메뉴가 제대로 작동하는데 목록 내용으로 들어가면 작동하지 않습니다.
왜 그런지 아시는분 꼭 알려주시기 바랍니다.
http://apine.new21.org/bbs/zboard.php?id=test
<= 여기서 확인해 보시기 바랍니다.
전 참고로 메뉴로 사용하지 않고 top버튼으로 사용하려고 합니다.
그냥 최상단에서 스크립트로 선언해주세요.