파이어 폭스 호환성질문...;
----------------------------------------------------------------------------------------
<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년 전
정상작동확인 완료 ㄳ합니다^^;
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 630 | 19년 전 | 2336 | ||
| 629 |
|
19년 전 | 1998 | |
| 628 |
|
19년 전 | 3111 | |
| 627 |
|
19년 전 | 2017 | |
| 626 |
|
19년 전 | 2061 | |
| 625 |
|
19년 전 | 1709 | |
| 624 |
|
19년 전 | 2209 | |
| 623 | 19년 전 | 2187 | ||
| 622 |
|
19년 전 | 2497 | |
| 621 |
|
19년 전 | 2886 | |
| 620 |
|
19년 전 | 2392 | |
| 619 | 19년 전 | 2457 | ||
| 618 | 19년 전 | 3503 | ||
| 617 |
|
19년 전 | 3225 | |
| 616 |
|
19년 전 | 3213 | |
| 615 |
|
19년 전 | 3024 | |
| 614 |
|
19년 전 | 2036 | |
| 613 |
|
19년 전 | 2361 | |
| 612 |
|
19년 전 | 2228 | |
| 611 |
|
19년 전 | 2072 | |
| 610 |
|
19년 전 | 2507 | |
| 609 |
|
19년 전 | 2415 | |
| 608 |
|
19년 전 | 2803 | |
| 607 | 19년 전 | 2183 | ||
| 606 | 19년 전 | 3510 | ||
| 605 | 19년 전 | 1978 | ||
| 604 | 19년 전 | 2580 | ||
| 603 | 19년 전 | 1604 | ||
| 602 |
|
19년 전 | 2830 | |
| 601 | 19년 전 | 3069 | ||
| 600 |
|
19년 전 | 2152 | |
| 599 | 19년 전 | 1992 | ||
| 598 | 19년 전 | 2470 | ||
| 597 | 19년 전 | 2383 | ||
| 596 |
|
19년 전 | 3068 | |
| 595 |
|
19년 전 | 6746 | |
| 594 | 19년 전 | 2703 | ||
| 593 | 19년 전 | 3182 | ||
| 592 |
|
19년 전 | 3080 | |
| 591 |
|
19년 전 | 1921 | |
| 590 | 19년 전 | 3360 | ||
| 589 | 19년 전 | 2201 | ||
| 588 |
|
19년 전 | 2700 | |
| 587 | 19년 전 | 2341 | ||
| 586 |
|
19년 전 | 4353 | |
| 585 | 19년 전 | 2476 | ||
| 584 | 19년 전 | 2745 | ||
| 583 |
|
19년 전 | 3509 | |
| 582 |
|
19년 전 | 3709 | |
| 581 |
|
19년 전 | 3239 | |
| 580 | 19년 전 | 2471 | ||
| 579 | 19년 전 | 3053 | ||
| 578 | 19년 전 | 3943 | ||
| 577 | 19년 전 | 3791 | ||
| 576 | 19년 전 | 1731 | ||
| 575 |
|
19년 전 | 2196 | |
| 574 |
|
19년 전 | 5399 | |
| 573 | 19년 전 | 6704 | ||
| 572 | 19년 전 | 2555 | ||
| 571 | 19년 전 | 2101 | ||
| 570 | 19년 전 | 2598 | ||
| 569 | 19년 전 | 3285 | ||
| 568 | 19년 전 | 3512 | ||
| 567 | 19년 전 | 2979 | ||
| 566 | 19년 전 | 2590 | ||
| 565 |
|
19년 전 | 4708 | |
| 564 |
|
19년 전 | 6718 | |
| 563 |
|
19년 전 | 4984 | |
| 562 |
|
19년 전 | 5939 | |
| 561 |
|
19년 전 | 2678 | |
| 560 |
|
19년 전 | 2520 | |
| 559 |
|
19년 전 | 2212 | |
| 558 |
|
19년 전 | 2291 | |
| 557 | 19년 전 | 4588 | ||
| 556 |
|
19년 전 | 4654 | |
| 555 | 19년 전 | 2494 | ||
| 554 | 19년 전 | 2169 | ||
| 553 | 19년 전 | 2508 | ||
| 552 |
|
19년 전 | 3144 | |
| 551 | 19년 전 | 2929 | ||
| 550 |
|
19년 전 | 1886 | |
| 549 |
|
19년 전 | 1949 | |
| 548 |
|
19년 전 | 3137 | |
| 547 |
|
19년 전 | 2355 | |
| 546 |
|
19년 전 | 3609 | |
| 545 |
|
19년 전 | 2536 | |
| 544 |
|
19년 전 | 1844 | |
| 543 |
|
19년 전 | 2448 | |
| 542 |
|
19년 전 | 1715 | |
| 541 |
|
19년 전 | 1399 | |
| 540 |
|
19년 전 | 1526 | |
| 539 |
|
19년 전 | 1792 | |
| 538 |
|
19년 전 | 1571 | |
| 537 |
|
19년 전 | 1769 | |
| 536 |
|
19년 전 | 1554 | |
| 535 |
|
19년 전 | 1953 | |
| 534 |
|
19년 전 | 1839 | |
| 533 |
|
19년 전 | 1434 | |
| 532 |
|
19년 전 | 1436 | |
| 531 |
|
19년 전 | 1349 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기