스아이

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

----------------------------------------------------------------------------------------
 <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,844
13년 전 조회 2,152
13년 전 조회 1,427
13년 전 조회 2,820
13년 전 조회 2,596
13년 전 조회 2,276
13년 전 조회 1,735
13년 전 조회 2,250
13년 전 조회 2,434
13년 전 조회 2,036
13년 전 조회 3,244
13년 전 조회 1,903
13년 전 조회 1,609
13년 전 조회 1,787
13년 전 조회 4,594
13년 전 조회 3,475
13년 전 조회 2,027
13년 전 조회 2,212
13년 전 조회 3,612
13년 전 조회 2,604
13년 전 조회 1,748
13년 전 조회 1,862
13년 전 조회 3,214
13년 전 조회 1,729
13년 전 조회 1,988
13년 전 조회 1,445
13년 전 조회 1,621
13년 전 조회 2,360
13년 전 조회 3,898
13년 전 조회 1,670
13년 전 조회 1,889
13년 전 조회 2,336
13년 전 조회 1,729
13년 전 조회 3,340
13년 전 조회 1,932
13년 전 조회 2,616
13년 전 조회 2,836
13년 전 조회 2,652
13년 전 조회 1,985
13년 전 조회 2,275
13년 전 조회 1,787
13년 전 조회 1,624
13년 전 조회 2,312
13년 전 조회 1,979
13년 전 조회 1,846
13년 전 조회 1,750
13년 전 조회 1,954
13년 전 조회 1,715
13년 전 조회 2,299
13년 전 조회 1,935
13년 전 조회 1,603
13년 전 조회 2,232
13년 전 조회 1,894
13년 전 조회 2,577
13년 전 조회 2,072
13년 전 조회 4,485
13년 전 조회 2,563
13년 전 조회 3,119
13년 전 조회 1,778
13년 전 조회 1,427
13년 전 조회 2,115
13년 전 조회 2,899
13년 전 조회 1,799
13년 전 조회 3,026
13년 전 조회 1,723
13년 전 조회 2,096
13년 전 조회 2,777
13년 전 조회 2,115
13년 전 조회 1,763
13년 전 조회 2,480
13년 전 조회 4,769
13년 전 조회 1,496
13년 전 조회 1,594
13년 전 조회 1,744
13년 전 조회 4,836
13년 전 조회 2,199
13년 전 조회 2,412
13년 전 조회 2,423
13년 전 조회 1,706
13년 전 조회 1,577
13년 전 조회 1,741
13년 전 조회 2,551
13년 전 조회 1,881
13년 전 조회 2,214
13년 전 조회 3,380
13년 전 조회 1,861
13년 전 조회 2,172
13년 전 조회 2,276
13년 전 조회 1,657
13년 전 조회 4,373
13년 전 조회 2,159
13년 전 조회 3,695
13년 전 조회 2,007
13년 전 조회 1,698
13년 전 조회 1,758
13년 전 조회 1,610
13년 전 조회 2,137
13년 전 조회 2,274
13년 전 조회 3,620
13년 전 조회 5,195