텝메뉴 문의 드립니다.

<!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년 전 조회 5,987
13년 전 조회 5,056
13년 전 조회 3,936
13년 전 조회 3,614
13년 전 조회 2,670
13년 전 조회 4,769
13년 전 조회 5,474
13년 전 조회 4,832
13년 전 조회 6,707
13년 전 조회 3,049
13년 전 조회 2,508
13년 전 조회 6,568
13년 전 조회 2,290
13년 전 조회 4,771
13년 전 조회 4,786
13년 전 조회 4,406
13년 전 조회 4,600
13년 전 조회 4,097
13년 전 조회 4,043
13년 전 조회 4,221
13년 전 조회 4,076
13년 전 조회 4,092
13년 전 조회 4,170
13년 전 조회 4,190
13년 전 조회 2,867
13년 전 조회 2,090
13년 전 조회 2,204
13년 전 조회 1,956
13년 전 조회 4,193
13년 전 조회 4,156
13년 전 조회 3,458
13년 전 조회 2,518
13년 전 조회 2,182
13년 전 조회 4,089
13년 전 조회 4,567
13년 전 조회 2,609
13년 전 조회 1.2만
13년 전 조회 2,648
13년 전 조회 1,807
13년 전 조회 2,714
13년 전 조회 4,472
13년 전 조회 8,532
13년 전 조회 1만
13년 전 조회 4,220
13년 전 조회 4,366
13년 전 조회 7,899
13년 전 조회 1.2만
13년 전 조회 5,410
13년 전 조회 1,966
13년 전 조회 2,173
13년 전 조회 3,657
13년 전 조회 2,095
13년 전 조회 4,981
13년 전 조회 1,831
13년 전 조회 4,338
13년 전 조회 4,835
13년 전 조회 3,357
13년 전 조회 3,575
13년 전 조회 4,659
13년 전 조회 2,098
13년 전 조회 4,269
13년 전 조회 6,622
13년 전 조회 3,073
13년 전 조회 2,745
13년 전 조회 2,669
13년 전 조회 2,574
13년 전 조회 2,305
13년 전 조회 4,574
13년 전 조회 2,225
13년 전 조회 2,907
13년 전 조회 7,247
13년 전 조회 4,628
13년 전 조회 4,021
13년 전 조회 4,491
13년 전 조회 2,872
13년 전 조회 2,148
13년 전 조회 2,599
13년 전 조회 2,639
13년 전 조회 1,874
13년 전 조회 4,833
13년 전 조회 5,341
13년 전 조회 3,677
13년 전 조회 9,676
13년 전 조회 2,184
13년 전 조회 1만
13년 전 조회 1.8만
13년 전 조회 2,636
13년 전 조회 2,106
13년 전 조회 7,622
13년 전 조회 2,120
13년 전 조회 2,318
13년 전 조회 2,065
13년 전 조회 2,192
13년 전 조회 2,529
13년 전 조회 2,358
13년 전 조회 2,455
13년 전 조회 5,043
13년 전 조회 3,466
13년 전 조회 5,752
13년 전 조회 4,446