스아이

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

----------------------------------------------------------------------------------------
 <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,683
13년 전 조회 1,997
13년 전 조회 1,248
13년 전 조회 2,642
13년 전 조회 2,410
13년 전 조회 2,114
13년 전 조회 1,571
13년 전 조회 2,074
13년 전 조회 2,271
13년 전 조회 1,872
13년 전 조회 3,081
13년 전 조회 1,717
13년 전 조회 1,438
13년 전 조회 1,640
13년 전 조회 4,432
13년 전 조회 3,298
13년 전 조회 1,875
13년 전 조회 2,033
13년 전 조회 3,436
13년 전 조회 2,447
13년 전 조회 1,587
13년 전 조회 1,711
13년 전 조회 3,034
13년 전 조회 1,545
13년 전 조회 1,840
13년 전 조회 1,270
13년 전 조회 1,430
13년 전 조회 2,188
13년 전 조회 3,736
13년 전 조회 1,500
13년 전 조회 1,739
13년 전 조회 2,167
13년 전 조회 1,561
13년 전 조회 3,183
13년 전 조회 1,752
13년 전 조회 2,447
13년 전 조회 2,683
13년 전 조회 2,513
13년 전 조회 1,826
13년 전 조회 2,080
13년 전 조회 1,605
13년 전 조회 1,455
13년 전 조회 2,124
13년 전 조회 1,813
13년 전 조회 1,674
13년 전 조회 1,572
13년 전 조회 1,782
13년 전 조회 1,549
13년 전 조회 2,142
13년 전 조회 1,778
13년 전 조회 1,454
13년 전 조회 2,060
13년 전 조회 1,722
13년 전 조회 2,443
13년 전 조회 1,913
13년 전 조회 4,320
13년 전 조회 2,387
13년 전 조회 2,962
13년 전 조회 1,620
13년 전 조회 1,238
13년 전 조회 1,973
13년 전 조회 2,739
13년 전 조회 1,622
13년 전 조회 2,854
13년 전 조회 1,582
13년 전 조회 1,943
13년 전 조회 2,620
13년 전 조회 1,971
13년 전 조회 1,611
13년 전 조회 2,328
13년 전 조회 4,608
13년 전 조회 1,323
13년 전 조회 1,413
13년 전 조회 1,557
13년 전 조회 4,679
13년 전 조회 2,021
13년 전 조회 2,232
13년 전 조회 2,253
13년 전 조회 1,530
13년 전 조회 1,409
13년 전 조회 1,571
13년 전 조회 2,387
13년 전 조회 1,734
13년 전 조회 2,038
13년 전 조회 3,222
13년 전 조회 1,724
13년 전 조회 2,022
13년 전 조회 2,096
13년 전 조회 1,506
13년 전 조회 4,204
13년 전 조회 1,975
13년 전 조회 3,540
13년 전 조회 1,846
13년 전 조회 1,560
13년 전 조회 1,606
13년 전 조회 1,452
13년 전 조회 1,987
13년 전 조회 2,138
13년 전 조회 3,473
13년 전 조회 5,038