COMING SOON 🚀

스아이

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

----------------------------------------------------------------------------------------
 <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,739
13년 전 조회 2,054
13년 전 조회 1,309
13년 전 조회 2,706
13년 전 조회 2,483
13년 전 조회 2,171
13년 전 조회 1,634
13년 전 조회 2,134
13년 전 조회 2,326
13년 전 조회 1,942
13년 전 조회 3,142
13년 전 조회 1,777
13년 전 조회 1,488
13년 전 조회 1,683
13년 전 조회 4,481
13년 전 조회 3,354
13년 전 조회 1,938
13년 전 조회 2,100
13년 전 조회 3,506
13년 전 조회 2,501
13년 전 조회 1,646
13년 전 조회 1,762
13년 전 조회 3,107
13년 전 조회 1,612
13년 전 조회 1,894
13년 전 조회 1,333
13년 전 조회 1,501
13년 전 조회 2,243
13년 전 조회 3,787
13년 전 조회 1,561
13년 전 조회 1,796
13년 전 조회 2,215
13년 전 조회 1,620
13년 전 조회 3,237
13년 전 조회 1,816
13년 전 조회 2,517
13년 전 조회 2,743
13년 전 조회 2,559
13년 전 조회 1,881
13년 전 조회 2,158
13년 전 조회 1,657
13년 전 조회 1,514
13년 전 조회 2,194
13년 전 조회 1,866
13년 전 조회 1,718
13년 전 조회 1,641
13년 전 조회 1,841
13년 전 조회 1,608
13년 전 조회 2,188
13년 전 조회 1,832
13년 전 조회 1,509
13년 전 조회 2,119
13년 전 조회 1,784
13년 전 조회 2,485
13년 전 조회 1,973
13년 전 조회 4,371
13년 전 조회 2,460
13년 전 조회 3,018
13년 전 조회 1,691
13년 전 조회 1,305
13년 전 조회 2,016
13년 전 조회 2,803
13년 전 조회 1,685
13년 전 조회 2,922
13년 전 조회 1,629
13년 전 조회 2,000
13년 전 조회 2,680
13년 전 조회 2,022
13년 전 조회 1,654
13년 전 조회 2,381
13년 전 조회 4,665
13년 전 조회 1,387
13년 전 조회 1,468
13년 전 조회 1,613
13년 전 조회 4,733
13년 전 조회 2,094
13년 전 조회 2,304
13년 전 조회 2,316
13년 전 조회 1,591
13년 전 조회 1,462
13년 전 조회 1,618
13년 전 조회 2,447
13년 전 조회 1,776
13년 전 조회 2,088
13년 전 조회 3,268
13년 전 조회 1,763
13년 전 조회 2,074
13년 전 조회 2,153
13년 전 조회 1,551
13년 전 조회 4,257
13년 전 조회 2,041
13년 전 조회 3,592
13년 전 조회 1,904
13년 전 조회 1,609
13년 전 조회 1,653
13년 전 조회 1,508
13년 전 조회 2,024
13년 전 조회 2,174
13년 전 조회 3,532
13년 전 조회 5,097