----------------------------------------------------------------------------------------\r\n
스아이

파이어 폭스 호환성질문...;

----------------------------------------------------------------------------------------
 <SCRIPT LANGUAGE="JavaScript">
function side_content() {
if(sidecontent.style.display != "none") {
sidecontent.style.display = "none";
sidebtn.src="<?=$g4[path]?>/img/btn_side_open.png";
} else {
sidecontent.style.display = "block";
sidebtn.src="<?=$g4[path]?>/img/btn_side_close.png";
}
}
</SCRIPT>
----------------------------------------------------------------------------------------
<style type="text/css">
#sidecontent { position:relative; display:block; width:250px; height:100%; background-color:#f4f4f4;}
#sidecontent .menu-content { margin:5px 0 0 0; border-top:1px solid #D9D9D9; border-bottom:1px solid #D9D9D9; background-color:#EFEFEF; padding:5px; }
#sidecontent .menu-content a { letter-spacing:-1px; color:#484848; padding:0 5px 0 5px; }
#sidecontent .menu-content a:hover { text-decoration:underline; }
#sidecontent .menu-content .menuline { margin:5px 0 5px 0; }
.btn_side { position:fixed; top:50%; bottom:50%; vertical-align: middle; text-align:center; }
</style>
----------------------------------------------------------------------------------------
<table id="left">
<td><div align="left" valign="top" id="sidecontent">
<div class="latest">test</div>
</div></div></td><td>
<a href="#" onclick="side_content();" style="cursor:hand;" class="btn_side"><img name="sidebtn" src="<?=$g4[path]?>/img/btn_side_close.png" border="0"></a></td>
</table>
----------------------------------------------------------------------------------------

<!-- btn_side_close.png 이미지를 클릭하면 왼쪽에서사이드컨텐츠가 사라지며 btn_side_close.png 이미지가 btn_side_open.png 이미지로 바뀐다. 또한 btn_side_open.png 이미지를 클릭하면 사이드컨텐츠가 나타나며 btn_side_close.png 이미지로 바뀐다. -->


요거 다른브라우저에서는 정상적으로 작동하는데 파이어폭스에서만 작동하지않아요..;
어디를 어떻게 수정해야 정상적으로 파이어폭스에서도 작동하는지에대한 방법을 질문합니다.

|

댓글 5개

<scRIPT LANGUAGE="Javascript">
var side_content = function() {
var __sidecontent = document.getElementById('sidecontent');
var __sidebtn = document.getElementById('_sidebtn');
if(__sidecontent.style.display != "none") {
__sidecontent.style.display = "none";
__sidebtn.src="/img/btn_side_open.png";
} else {
__sidecontent.style.display = "block";
__sidebtn.src="/img/btn_side_close.png";
}
}
</scRIPT>
답변 ㄳ합니다. 정상작동확인ㅎ;
그런데 이미지가 btn_side_close.png 로만 보이네요ㅎㄷ
btn_side_open.png로 바뀌질 않아요...;
img에 id='_sidebtn' 이것 넣어주어야 함
정상작동확인 완료 ㄳ합니다^^;
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
13년 전 조회 1,894
13년 전 조회 2,184
13년 전 조회 1,480
13년 전 조회 2,874
13년 전 조회 2,644
13년 전 조회 2,331
13년 전 조회 1,788
13년 전 조회 2,297
13년 전 조회 2,496
13년 전 조회 2,081
13년 전 조회 3,288
13년 전 조회 1,945
13년 전 조회 1,658
13년 전 조회 1,846
13년 전 조회 4,643
13년 전 조회 3,531
13년 전 조회 2,078
13년 전 조회 2,248
13년 전 조회 3,660
13년 전 조회 2,653
13년 전 조회 1,799
13년 전 조회 1,917
13년 전 조회 3,259
13년 전 조회 1,772
13년 전 조회 2,037
13년 전 조회 1,484
13년 전 조회 1,654
13년 전 조회 2,400
13년 전 조회 3,943
13년 전 조회 1,713
13년 전 조회 1,937
13년 전 조회 2,389
13년 전 조회 1,774
13년 전 조회 3,377
13년 전 조회 1,982
13년 전 조회 2,662
13년 전 조회 2,879
13년 전 조회 2,703
13년 전 조회 2,028
13년 전 조회 2,318
13년 전 조회 1,829
13년 전 조회 1,673
13년 전 조회 2,353
13년 전 조회 2,035
13년 전 조회 1,897
13년 전 조회 1,796
13년 전 조회 1,985
13년 전 조회 1,759
13년 전 조회 2,341
13년 전 조회 1,985
13년 전 조회 1,650
13년 전 조회 2,285
13년 전 조회 1,936
13년 전 조회 2,626
13년 전 조회 2,124
13년 전 조회 4,535
13년 전 조회 2,614
13년 전 조회 3,173
13년 전 조회 1,824
13년 전 조회 1,474
13년 전 조회 2,163
13년 전 조회 2,961
13년 전 조회 1,844
13년 전 조회 3,061
13년 전 조회 1,770
13년 전 조회 2,143
13년 전 조회 2,822
13년 전 조회 2,164
13년 전 조회 1,826
13년 전 조회 2,529
13년 전 조회 4,817
13년 전 조회 1,542
13년 전 조회 1,639
13년 전 조회 1,792
13년 전 조회 4,889
13년 전 조회 2,256
13년 전 조회 2,463
13년 전 조회 2,466
13년 전 조회 1,750
13년 전 조회 1,619
13년 전 조회 1,779
13년 전 조회 2,590
13년 전 조회 1,923
13년 전 조회 2,256
13년 전 조회 3,426
13년 전 조회 1,906
13년 전 조회 2,216
13년 전 조회 2,323
13년 전 조회 1,697
13년 전 조회 4,425
13년 전 조회 2,203
13년 전 조회 3,740
13년 전 조회 2,055
13년 전 조회 1,754
13년 전 조회 1,806
13년 전 조회 1,660
13년 전 조회 2,184
13년 전 조회 2,310
13년 전 조회 3,662
13년 전 조회 5,233