스아이

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

----------------------------------------------------------------------------------------
 <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,956
13년 전 조회 2,244
13년 전 조회 1,543
13년 전 조회 2,949
13년 전 조회 2,715
13년 전 조회 2,398
13년 전 조회 1,845
13년 전 조회 2,373
13년 전 조회 2,566
13년 전 조회 2,154
13년 전 조회 3,365
13년 전 조회 1,997
13년 전 조회 1,720
13년 전 조회 1,906
13년 전 조회 4,709
13년 전 조회 3,588
13년 전 조회 2,135
13년 전 조회 2,320
13년 전 조회 3,750
13년 전 조회 2,724
13년 전 조회 1,861
13년 전 조회 1,967
13년 전 조회 3,335
13년 전 조회 1,837
13년 전 조회 2,101
13년 전 조회 1,559
13년 전 조회 1,720
13년 전 조회 2,469
13년 전 조회 4,015
13년 전 조회 1,782
13년 전 조회 2,025
13년 전 조회 2,458
13년 전 조회 1,847
13년 전 조회 3,439
13년 전 조회 2,052
13년 전 조회 2,726
13년 전 조회 2,967
13년 전 조회 2,773
13년 전 조회 2,110
13년 전 조회 2,392
13년 전 조회 1,913
13년 전 조회 1,762
13년 전 조회 2,425
13년 전 조회 2,106
13년 전 조회 1,967
13년 전 조회 1,859
13년 전 조회 2,057
13년 전 조회 1,846
13년 전 조회 2,419
13년 전 조회 2,074
13년 전 조회 1,728
13년 전 조회 2,344
13년 전 조회 2,013
13년 전 조회 2,701
13년 전 조회 2,191
13년 전 조회 4,630
13년 전 조회 2,687
13년 전 조회 3,255
13년 전 조회 1,906
13년 전 조회 1,553
13년 전 조회 2,251
13년 전 조회 3,033
13년 전 조회 1,924
13년 전 조회 3,135
13년 전 조회 1,858
13년 전 조회 2,228
13년 전 조회 2,914
13년 전 조회 2,237
13년 전 조회 1,908
13년 전 조회 2,615
13년 전 조회 4,896
13년 전 조회 1,628
13년 전 조회 1,707
13년 전 조회 1,859
13년 전 조회 4,956
13년 전 조회 2,327
13년 전 조회 2,538
13년 전 조회 2,545
13년 전 조회 1,840
13년 전 조회 1,695
13년 전 조회 1,858
13년 전 조회 2,651
13년 전 조회 2,000
13년 전 조회 2,324
13년 전 조회 3,507
13년 전 조회 1,980
13년 전 조회 2,296
13년 전 조회 2,408
13년 전 조회 1,763
13년 전 조회 4,508
13년 전 조회 2,275
14년 전 조회 3,817
14년 전 조회 2,142
14년 전 조회 1,827
14년 전 조회 1,870
14년 전 조회 1,720
14년 전 조회 2,260
14년 전 조회 2,388
14년 전 조회 3,735
14년 전 조회 5,307