스아이

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

----------------------------------------------------------------------------------------
 <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,996
13년 전 조회 2,281
13년 전 조회 1,568
13년 전 조회 2,979
13년 전 조회 2,752
13년 전 조회 2,440
13년 전 조회 1,887
13년 전 조회 2,405
13년 전 조회 2,610
13년 전 조회 2,195
13년 전 조회 3,403
13년 전 조회 2,032
13년 전 조회 1,758
13년 전 조회 1,936
13년 전 조회 4,747
13년 전 조회 3,627
13년 전 조회 2,163
13년 전 조회 2,358
13년 전 조회 3,782
13년 전 조회 2,760
13년 전 조회 1,899
13년 전 조회 2,009
13년 전 조회 3,374
13년 전 조회 1,867
13년 전 조회 2,134
13년 전 조회 1,594
13년 전 조회 1,750
13년 전 조회 2,502
13년 전 조회 4,053
13년 전 조회 1,820
13년 전 조회 2,053
13년 전 조회 2,489
13년 전 조회 1,874
13년 전 조회 3,472
13년 전 조회 2,093
13년 전 조회 2,754
13년 전 조회 2,997
13년 전 조회 2,806
13년 전 조회 2,144
13년 전 조회 2,422
13년 전 조회 1,943
13년 전 조회 1,793
13년 전 조회 2,467
13년 전 조회 2,136
13년 전 조회 2,001
13년 전 조회 1,895
13년 전 조회 2,091
13년 전 조회 1,886
13년 전 조회 2,455
13년 전 조회 2,114
13년 전 조회 1,759
13년 전 조회 2,392
13년 전 조회 2,049
13년 전 조회 2,733
13년 전 조회 2,223
13년 전 조회 4,660
13년 전 조회 2,720
13년 전 조회 3,284
13년 전 조회 1,937
13년 전 조회 1,593
13년 전 조회 2,284
13년 전 조회 3,066
13년 전 조회 1,962
13년 전 조회 3,186
13년 전 조회 1,900
13년 전 조회 2,270
13년 전 조회 2,951
13년 전 조회 2,272
13년 전 조회 1,946
13년 전 조회 2,652
13년 전 조회 4,934
13년 전 조회 1,659
13년 전 조회 1,743
13년 전 조회 1,889
13년 전 조회 5,003
13년 전 조회 2,356
13년 전 조회 2,575
14년 전 조회 2,574
14년 전 조회 1,867
14년 전 조회 1,721
14년 전 조회 1,890
14년 전 조회 2,691
14년 전 조회 2,035
14년 전 조회 2,363
14년 전 조회 3,550
14년 전 조회 2,017
14년 전 조회 2,334
14년 전 조회 2,436
14년 전 조회 1,796
14년 전 조회 4,546
14년 전 조회 2,324
14년 전 조회 3,854
14년 전 조회 2,178
14년 전 조회 1,853
14년 전 조회 1,902
14년 전 조회 1,755
14년 전 조회 2,292
14년 전 조회 2,421
14년 전 조회 3,767
14년 전 조회 5,350