스아이

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

----------------------------------------------------------------------------------------
 <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,925
13년 전 조회 2,215
13년 전 조회 1,513
13년 전 조회 2,916
13년 전 조회 2,681
13년 전 조회 2,356
13년 전 조회 1,819
13년 전 조회 2,331
13년 전 조회 2,532
13년 전 조회 2,113
13년 전 조회 3,323
13년 전 조회 1,974
13년 전 조회 1,693
13년 전 조회 1,876
13년 전 조회 4,668
13년 전 조회 3,558
13년 전 조회 2,106
13년 전 조회 2,280
13년 전 조회 3,710
13년 전 조회 2,678
13년 전 조회 1,831
13년 전 조회 1,940
13년 전 조회 3,299
13년 전 조회 1,808
13년 전 조회 2,070
13년 전 조회 1,515
13년 전 조회 1,686
13년 전 조회 2,440
13년 전 조회 3,974
13년 전 조회 1,753
13년 전 조회 1,981
13년 전 조회 2,422
13년 전 조회 1,816
13년 전 조회 3,409
13년 전 조회 2,012
13년 전 조회 2,697
13년 전 조회 2,922
13년 전 조회 2,738
13년 전 조회 2,074
13년 전 조회 2,358
13년 전 조회 1,863
13년 전 조회 1,715
13년 전 조회 2,386
13년 전 조회 2,068
13년 전 조회 1,928
13년 전 조회 1,829
13년 전 조회 2,023
13년 전 조회 1,799
13년 전 조회 2,383
13년 전 조회 2,030
13년 전 조회 1,689
13년 전 조회 2,315
13년 전 조회 1,973
13년 전 조회 2,670
13년 전 조회 2,163
13년 전 조회 4,578
13년 전 조회 2,652
13년 전 조회 3,217
13년 전 조회 1,852
13년 전 조회 1,510
13년 전 조회 2,202
13년 전 조회 2,990
13년 전 조회 1,885
13년 전 조회 3,097
13년 전 조회 1,820
13년 전 조회 2,181
13년 전 조회 2,865
13년 전 조회 2,205
13년 전 조회 1,866
13년 전 조회 2,568
13년 전 조회 4,850
13년 전 조회 1,596
13년 전 조회 1,666
13년 전 조회 1,819
13년 전 조회 4,920
13년 전 조회 2,291
13년 전 조회 2,490
13년 전 조회 2,501
13년 전 조회 1,798
13년 전 조회 1,661
13년 전 조회 1,815
13년 전 조회 2,615
13년 전 조회 1,960
13년 전 조회 2,286
13년 전 조회 3,469
13년 전 조회 1,941
13년 전 조회 2,252
13년 전 조회 2,380
13년 전 조회 1,726
13년 전 조회 4,465
13년 전 조회 2,235
13년 전 조회 3,775
13년 전 조회 2,102
13년 전 조회 1,796
13년 전 조회 1,836
13년 전 조회 1,688
13년 전 조회 2,220
13년 전 조회 2,347
13년 전 조회 3,703
13년 전 조회 5,271