스아이

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

----------------------------------------------------------------------------------------
 <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,944
13년 전 조회 2,232
13년 전 조회 1,534
13년 전 조회 2,934
13년 전 조회 2,703
13년 전 조회 2,382
13년 전 조회 1,836
13년 전 조회 2,356
13년 전 조회 2,552
13년 전 조회 2,139
13년 전 조회 3,342
13년 전 조회 1,986
13년 전 조회 1,712
13년 전 조회 1,897
13년 전 조회 4,693
13년 전 조회 3,576
13년 전 조회 2,121
13년 전 조회 2,301
13년 전 조회 3,734
13년 전 조회 2,701
13년 전 조회 1,848
13년 전 조회 1,953
13년 전 조회 3,318
13년 전 조회 1,827
13년 전 조회 2,091
13년 전 조회 1,535
13년 전 조회 1,706
13년 전 조회 2,458
13년 전 조회 3,995
13년 전 조회 1,768
13년 전 조회 2,006
13년 전 조회 2,439
13년 전 조회 1,834
13년 전 조회 3,421
13년 전 조회 2,039
13년 전 조회 2,712
13년 전 조회 2,951
13년 전 조회 2,759
13년 전 조회 2,100
13년 전 조회 2,381
13년 전 조회 1,894
13년 전 조회 1,744
13년 전 조회 2,410
13년 전 조회 2,095
13년 전 조회 1,949
13년 전 조회 1,849
13년 전 조회 2,043
13년 전 조회 1,823
13년 전 조회 2,402
13년 전 조회 2,053
13년 전 조회 1,715
13년 전 조회 2,328
13년 전 조회 1,991
13년 전 조회 2,688
13년 전 조회 2,180
13년 전 조회 4,607
13년 전 조회 2,673
13년 전 조회 3,245
13년 전 조회 1,887
13년 전 조회 1,534
13년 전 조회 2,233
13년 전 조회 3,010
13년 전 조회 1,912
13년 전 조회 3,121
13년 전 조회 1,841
13년 전 조회 2,202
13년 전 조회 2,893
13년 전 조회 2,220
13년 전 조회 1,886
13년 전 조회 2,599
13년 전 조회 4,878
13년 전 조회 1,614
13년 전 조회 1,683
13년 전 조회 1,844
13년 전 조회 4,941
13년 전 조회 2,312
13년 전 조회 2,522
13년 전 조회 2,531
13년 전 조회 1,824
13년 전 조회 1,686
13년 전 조회 1,843
13년 전 조회 2,641
13년 전 조회 1,992
13년 전 조회 2,306
13년 전 조회 3,485
13년 전 조회 1,966
13년 전 조회 2,277
13년 전 조회 2,401
13년 전 조회 1,751
13년 전 조회 4,488
13년 전 조회 2,265
13년 전 조회 3,800
13년 전 조회 2,129
13년 전 조회 1,819
13년 전 조회 1,859
13년 전 조회 1,710
14년 전 조회 2,245
14년 전 조회 2,375
14년 전 조회 3,719
14년 전 조회 5,296