----------------------------------------------------------------------------------------
<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개
13년 전
<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>
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>
13년 전
답변 ㄳ합니다. 정상작동확인ㅎ;
13년 전
그런데 이미지가 btn_side_close.png 로만 보이네요ㅎㄷ
btn_side_open.png로 바뀌질 않아요...;
btn_side_open.png로 바뀌질 않아요...;
13년 전
img에 id='_sidebtn' 이것 넣어주어야 함
13년 전
정상작동확인 완료 ㄳ합니다^^;
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4202 | 13년 전 | 1651 | ||
| 4201 | 13년 전 | 968 | ||
| 4200 | 13년 전 | 765 | ||
| 4199 |
꿈을꾸는너구리
|
13년 전 | 636 | |
| 4198 |
성민꼬르꼬
|
13년 전 | 1283 | |
| 4197 | 13년 전 | 990 | ||
| 4196 | 13년 전 | 837 | ||
| 4195 | 13년 전 | 916 | ||
| 4194 | 13년 전 | 697 | ||
| 4193 | 13년 전 | 1216 | ||
| 4192 | 13년 전 | 940 | ||
| 4191 | 13년 전 | 628 | ||
| 4190 | 13년 전 | 1229 | ||
| 4189 | 13년 전 | 859 | ||
| 4188 |
기획자정군
|
13년 전 | 1590 | |
| 4187 |
꼬꼬아부지
|
13년 전 | 1017 | |
| 4186 | 13년 전 | 3475 | ||
| 4185 |
|
13년 전 | 1555 | |
| 4184 |
|
13년 전 | 2150 | |
| 4183 | 13년 전 | 778 | ||
| 4182 | 13년 전 | 426 | ||
| 4181 | 13년 전 | 1104 | ||
| 4180 |
크라운엠버서더
|
13년 전 | 1906 | |
| 4179 | 13년 전 | 801 | ||
| 4178 | 13년 전 | 2049 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기