파이어 폭스 호환성질문...;
----------------------------------------------------------------------------------------
<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년 전
정상작동확인 완료 ㄳ합니다^^;
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 59 | ||
| 8229 | 9년 전 | 58 | ||
| 8228 |
커네드커네드
|
9년 전 | 105 | |
| 8227 | 9년 전 | 113 | ||
| 8226 | 9년 전 | 148 | ||
| 8225 | 9년 전 | 138 | ||
| 8224 | 9년 전 | 138 | ||
| 8223 | 9년 전 | 102 | ||
| 8222 |
|
9년 전 | 166 | |
| 8221 | 9년 전 | 78 | ||
| 8220 | 9년 전 | 83 | ||
| 8219 | 9년 전 | 90 | ||
| 8218 | 9년 전 | 121 | ||
| 8217 |
star3840
|
9년 전 | 101 | |
| 8216 | 9년 전 | 143 | ||
| 8215 | 9년 전 | 98 | ||
| 8214 | 9년 전 | 213 | ||
| 8213 | 9년 전 | 145 | ||
| 8212 | 9년 전 | 66 | ||
| 8211 | 9년 전 | 230 | ||
| 8210 | 9년 전 | 232 | ||
| 8209 | 9년 전 | 324 | ||
| 8208 | 9년 전 | 197 | ||
| 8207 | 9년 전 | 207 | ||
| 8206 |
|
9년 전 | 173 | |
| 8205 | 9년 전 | 156 | ||
| 8204 | 9년 전 | 118 | ||
| 8203 | 9년 전 | 219 | ||
| 8202 | 9년 전 | 131 | ||
| 8201 | 9년 전 | 168 | ||
| 8200 | 9년 전 | 143 | ||
| 8199 | 9년 전 | 196 | ||
| 8198 | 9년 전 | 162 | ||
| 8197 | 9년 전 | 149 | ||
| 8196 | 9년 전 | 532 | ||
| 8195 | 9년 전 | 143 | ||
| 8194 | 9년 전 | 272 | ||
| 8193 | 9년 전 | 144 | ||
| 8192 | 9년 전 | 172 | ||
| 8191 | 9년 전 | 124 | ||
| 8190 | 9년 전 | 115 | ||
| 8189 | 9년 전 | 174 | ||
| 8188 | 9년 전 | 117 | ||
| 8187 | 9년 전 | 125 | ||
| 8186 | 9년 전 | 134 | ||
| 8185 | 9년 전 | 299 | ||
| 8184 | 9년 전 | 94 | ||
| 8183 | 9년 전 | 311 | ||
| 8182 | 9년 전 | 152 | ||
| 8181 | 9년 전 | 117 | ||
| 8180 | 9년 전 | 683 | ||
| 8179 | 9년 전 | 476 | ||
| 8178 | 9년 전 | 285 | ||
| 8177 |
kiplayer
|
9년 전 | 299 | |
| 8176 | 9년 전 | 337 | ||
| 8175 | 9년 전 | 207 | ||
| 8174 | 9년 전 | 220 | ||
| 8173 | 9년 전 | 329 | ||
| 8172 | 9년 전 | 179 | ||
| 8171 | 9년 전 | 167 | ||
| 8170 | 9년 전 | 284 | ||
| 8169 |
커네드커네드
|
9년 전 | 248 | |
| 8168 | 9년 전 | 305 | ||
| 8167 | 9년 전 | 310 | ||
| 8166 | 9년 전 | 220 | ||
| 8165 | 9년 전 | 151 | ||
| 8164 | 9년 전 | 287 | ||
| 8163 | 9년 전 | 271 | ||
| 8162 | 9년 전 | 283 | ||
| 8161 | 9년 전 | 280 | ||
| 8160 |
|
9년 전 | 476 | |
| 8159 | 9년 전 | 400 | ||
| 8158 | 9년 전 | 218 | ||
| 8157 | 9년 전 | 355 | ||
| 8156 | 9년 전 | 267 | ||
| 8155 | 9년 전 | 241 | ||
| 8154 |
00년생용띠
|
9년 전 | 585 | |
| 8153 | 9년 전 | 217 | ||
| 8152 |
|
9년 전 | 393 | |
| 8151 | 9년 전 | 391 | ||
| 8150 | 9년 전 | 485 | ||
| 8149 |
Jangfolk
|
9년 전 | 323 | |
| 8148 | 9년 전 | 155 | ||
| 8147 | 9년 전 | 361 | ||
| 8146 | 9년 전 | 418 | ||
| 8145 | 9년 전 | 356 | ||
| 8144 | 9년 전 | 325 | ||
| 8143 | 9년 전 | 175 | ||
| 8142 | 9년 전 | 418 | ||
| 8141 | 9년 전 | 364 | ||
| 8140 | 9년 전 | 916 | ||
| 8139 | 9년 전 | 243 | ||
| 8138 |
전갈자리남자
|
9년 전 | 378 | |
| 8137 | 9년 전 | 369 | ||
| 8136 | 9년 전 | 724 | ||
| 8135 |
|
9년 전 | 777 | |
| 8134 |
PlayPixel
|
9년 전 | 491 | |
| 8133 |
|
9년 전 | 424 | |
| 8132 | 9년 전 | 437 | ||
| 8131 | 9년 전 | 799 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기