스아이

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

----------------------------------------------------------------------------------------
 <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,847
13년 전 조회 2,154
13년 전 조회 1,436
13년 전 조회 2,826
13년 전 조회 2,602
13년 전 조회 2,283
13년 전 조회 1,740
13년 전 조회 2,254
13년 전 조회 2,441
13년 전 조회 2,038
13년 전 조회 3,245
13년 전 조회 1,906
13년 전 조회 1,615
13년 전 조회 1,792
13년 전 조회 4,601
13년 전 조회 3,482
13년 전 조회 2,035
13년 전 조회 2,217
13년 전 조회 3,620
13년 전 조회 2,610
13년 전 조회 1,751
13년 전 조회 1,870
13년 전 조회 3,220
13년 전 조회 1,737
13년 전 조회 1,994
13년 전 조회 1,449
13년 전 조회 1,625
13년 전 조회 2,367
13년 전 조회 3,905
13년 전 조회 1,672
13년 전 조회 1,889
13년 전 조회 2,344
13년 전 조회 1,732
13년 전 조회 3,341
13년 전 조회 1,939
13년 전 조회 2,618
13년 전 조회 2,840
13년 전 조회 2,654
13년 전 조회 1,991
13년 전 조회 2,278
13년 전 조회 1,795
13년 전 조회 1,632
13년 전 조회 2,315
13년 전 조회 1,986
13년 전 조회 1,851
13년 전 조회 1,759
13년 전 조회 1,958
13년 전 조회 1,723
13년 전 조회 2,301
13년 전 조회 1,944
13년 전 조회 1,609
13년 전 조회 2,239
13년 전 조회 1,900
13년 전 조회 2,584
13년 전 조회 2,077
13년 전 조회 4,492
13년 전 조회 2,568
13년 전 조회 3,127
13년 전 조회 1,783
13년 전 조회 1,433
13년 전 조회 2,124
13년 전 조회 2,911
13년 전 조회 1,802
13년 전 조회 3,029
13년 전 조회 1,730
13년 전 조회 2,100
13년 전 조회 2,785
13년 전 조회 2,118
13년 전 조회 1,769
13년 전 조회 2,488
13년 전 조회 4,775
13년 전 조회 1,500
13년 전 조회 1,600
13년 전 조회 1,751
13년 전 조회 4,841
13년 전 조회 2,205
13년 전 조회 2,416
13년 전 조회 2,427
13년 전 조회 1,712
13년 전 조회 1,581
13년 전 조회 1,747
13년 전 조회 2,555
13년 전 조회 1,887
13년 전 조회 2,222
13년 전 조회 3,386
13년 전 조회 1,870
13년 전 조회 2,179
13년 전 조회 2,281
13년 전 조회 1,665
13년 전 조회 4,376
13년 전 조회 2,163
13년 전 조회 3,697
13년 전 조회 2,012
13년 전 조회 1,705
13년 전 조회 1,763
13년 전 조회 1,617
13년 전 조회 2,142
13년 전 조회 2,281
13년 전 조회 3,625
13년 전 조회 5,199