텝메뉴 문의 드립니다.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>텝메뉴</title>
<script language="javascript">
 
function menu1(index) {
 if (navigator.userAgent.indexOf("MSIE") != -1) {
  if (index == 1) {
   t1.style.display = "";
   t2.style.display = "none";
   t3.style.display = "none";
   t4.style.display = "none";
  }
  else if(index == 2){
   t1.style.display = "none";
   t2.style.display = "";
   t3.style.display = "none";
   t4.style.display = "none";
  }
  else if(index == 3){
   t1.style.display = "none";
   t2.style.display = "none";
   t3.style.display = "";
   t4.style.display = "none";
  }
 
   else if(index == 4){
   t1.style.display = "none";
   t2.style.display = "none";
   t3.style.display = "none";
   t4.style.display = "";
  }
 }
}
</script>
</head>
<body>
<br /><br /><br />
 
<div id=t1>
 <table width="300" border="0">
  <tr height="30" align="center">
   <td width="150" bgcolor="#CCCCCC">MENU1</td>
   <td bgcolor="#EEEEEE"><a href="javascript:menu1(2);" onFocus="this.blur()">MENU2</a></td>
   <td bgcolor="#EEEEEE"><a href="javascript:menu1(3);" onFocus="this.blur()">MENU3</a></td>
   <td bgcolor="#EEEEEE"><a href="javascript:menu1(4);" onFocus="this.blur()">MENU4</a></td>
  </tr>
  <tr height="100">
   <td colspan="4" bgcolor="red">
    Content 1
   </td>
  </tr>
 </table>
</div>
 
<div id=t2 style="display:none">
 <table width="300" border="0">
  <tr height="30" align="center">
   <td width="150" bgcolor="#EEEEEE"><a href="javascript:menu1(1);" onFocus="this.blur()">MENU1</a></td>
   <td bgcolor="#CCCCCC">MENU2</td>
      <td width="150" bgcolor="#EEEEEE"><a href="javascript:menu1(3);" onFocus="this.blur()">MENU3</a></td>
         <td width="150" bgcolor="#EEEEEE"><a href="javascript:menu1(4);" onFocus="this.blur()">MENU4</a></td>
  </tr>
  <tr height="100">
   <td colspan="4" bgcolor="blue">
   Content 2
   </td>
  </tr>
 </table>
</div>


<div id=t3 style="display:none">
 <table width="300" border="0">
  <tr height="30" align="center">
   <td width="150" bgcolor="#EEEEEE"><a href="javascript:menu1(1);" onFocus="this.blur()">MENU1</a></td>
   <td bgcolor="#EEEEEE"><a href="javascript:menu1(2);" onFocus="this.blur()">MENU2</a></td>
      <td width="150"bgcolor="#CCCCCC">MENU3</td>
         <td width="150" bgcolor="#EEEEEE"><a href="javascript:menu1(4);" onFocus="this.blur()">MENU4</a></td>
  </tr>
  <tr height="100">
   <td colspan="4" bgcolor="black">
   Content 3
   </td>
  </tr>
 </table>
</div>

<div id=t4 style="display:none">
 <table width="300" border="0">
  <tr height="30" align="center">
   <td width="150" bgcolor="#EEEEEE"><a href="javascript:menu1(1);" onFocus="this.blur()">MENU1</a></td>
   <td bgcolor="#EEEEEE"><a href="javascript:menu1(2);" onFocus="this.blur()">MENU2</a></td>
      <td width="150" bgcolor="#EEEEEE"><a href="javascript:menu1(3);" onFocus="this.blur()">MENU3</a></td>
         <td width="150" bgcolor="#CCCCCC">MENU4</td>
  </tr>
  <tr height="100">
   <td colspan="4" bgcolor="black">
   Content 4
   </td>
  </tr>
 </table>
</div>
 
<br /><br /><br />
</body>
</html>   



이상 소스구요..
익스플로러 9에서는 보이는데 파이어폭스에서는 적용이 안되네요...
이유가 뭘까요..
답변 부탁드립니다...

|

댓글 1개

if (navigator.userAgent.indexOf("MSIE") != -1) {

조건이 걸려이네요. 익스일때만 작동해라 라는 식으로 저줄하고 하단의 } 를 삭제해서 조건을 빼주니 다른브라우저에서도 작동하네요.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
13년 전 조회 6,066
13년 전 조회 5,243
13년 전 조회 4,139
13년 전 조회 3,796
13년 전 조회 2,863
13년 전 조회 4,963
13년 전 조회 5,667
13년 전 조회 5,008
13년 전 조회 6,902
13년 전 조회 3,242
13년 전 조회 2,587
13년 전 조회 6,751
13년 전 조회 2,487
13년 전 조회 4,981
13년 전 조회 4,998
13년 전 조회 4,586
13년 전 조회 4,679
13년 전 조회 4,174
13년 전 조회 4,127
13년 전 조회 4,438
13년 전 조회 4,159
13년 전 조회 4,173
13년 전 조회 4,365
13년 전 조회 4,395
13년 전 조회 3,050
13년 전 조회 2,166
13년 전 조회 2,376
13년 전 조회 2,142
13년 전 조회 4,379
13년 전 조회 4,230
13년 전 조회 3,638
13년 전 조회 2,587
13년 전 조회 2,374
13년 전 조회 4,166
13년 전 조회 4,744
13년 전 조회 2,781
13년 전 조회 1.2만
13년 전 조회 2,726
13년 전 조회 1,979
13년 전 조회 2,887
13년 전 조회 4,652
13년 전 조회 8,715
13년 전 조회 1.1만
13년 전 조회 4,391
13년 전 조회 4,542
13년 전 조회 7,974
13년 전 조회 1.2만
13년 전 조회 5,604
13년 전 조회 2,134
13년 전 조회 2,258
13년 전 조회 3,733
13년 전 조회 2,272
13년 전 조회 5,057
13년 전 조회 1,998
13년 전 조회 4,508
13년 전 조회 5,032
13년 전 조회 3,428
13년 전 조회 3,753
13년 전 조회 4,828
13년 전 조회 2,259
13년 전 조회 4,422
13년 전 조회 6,801
13년 전 조회 3,229
13년 전 조회 2,907
13년 전 조회 2,830
13년 전 조회 2,736
13년 전 조회 2,471
13년 전 조회 4,742
13년 전 조회 2,362
13년 전 조회 3,084
13년 전 조회 7,428
13년 전 조회 4,798
13년 전 조회 4,190
13년 전 조회 4,659
13년 전 조회 3,012
13년 전 조회 2,340
13년 전 조회 2,759
13년 전 조회 2,816
13년 전 조회 1,950
13년 전 조회 4,909
13년 전 조회 5,515
13년 전 조회 3,858
13년 전 조회 9,862
13년 전 조회 2,260
13년 전 조회 1만
13년 전 조회 1.9만
13년 전 조회 2,808
13년 전 조회 2,286
13년 전 조회 7,807
13년 전 조회 2,317
13년 전 조회 2,495
13년 전 조회 2,240
13년 전 조회 2,377
13년 전 조회 2,715
13년 전 조회 2,531
13년 전 조회 2,620
13년 전 조회 5,231
13년 전 조회 3,658
13년 전 조회 5,939
13년 전 조회 4,631