텝메뉴 문의 드립니다.

<!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,028
13년 전 조회 5,116
13년 전 조회 4,000
13년 전 조회 3,674
13년 전 조회 2,728
13년 전 조회 4,834
13년 전 조회 5,538
13년 전 조회 4,890
13년 전 조회 6,782
13년 전 조회 3,101
13년 전 조회 2,542
13년 전 조회 6,620
13년 전 조회 2,347
13년 전 조회 4,837
13년 전 조회 4,853
13년 전 조회 4,463
13년 전 조회 4,625
13년 전 조회 4,127
13년 전 조회 4,075
13년 전 조회 4,296
13년 전 조회 4,115
13년 전 조회 4,124
13년 전 조회 4,236
13년 전 조회 4,260
13년 전 조회 2,928
13년 전 조회 2,116
13년 전 조회 2,252
13년 전 조회 2,025
13년 전 조회 4,248
13년 전 조회 4,180
13년 전 조회 3,519
13년 전 조회 2,546
13년 전 조회 2,246
13년 전 조회 4,123
13년 전 조회 4,634
13년 전 조회 2,668
13년 전 조회 1.2만
13년 전 조회 2,678
13년 전 조회 1,874
13년 전 조회 2,780
13년 전 조회 4,539
13년 전 조회 8,598
13년 전 조회 1만
13년 전 조회 4,275
13년 전 조회 4,417
13년 전 조회 7,927
13년 전 조회 1.2만
13년 전 조회 5,478
13년 전 조회 2,021
13년 전 조회 2,201
13년 전 조회 3,681
13년 전 조회 2,153
13년 전 조회 5,009
13년 전 조회 1,896
13년 전 조회 4,393
13년 전 조회 4,916
13년 전 조회 3,387
13년 전 조회 3,641
13년 전 조회 4,713
13년 전 조회 2,150
13년 전 조회 4,326
13년 전 조회 6,690
13년 전 조회 3,130
13년 전 조회 2,806
13년 전 조회 2,723
13년 전 조회 2,636
13년 전 조회 2,372
13년 전 조회 4,630
13년 전 조회 2,277
13년 전 조회 2,972
13년 전 조회 7,312
13년 전 조회 4,689
13년 전 조회 4,087
13년 전 조회 4,551
13년 전 조회 2,917
13년 전 조회 2,217
13년 전 조회 2,659
13년 전 조회 2,697
13년 전 조회 1,910
13년 전 조회 4,861
13년 전 조회 5,401
13년 전 조회 3,745
13년 전 조회 9,743
13년 전 조회 2,219
13년 전 조회 1만
13년 전 조회 1.8만
13년 전 조회 2,704
13년 전 조회 2,162
13년 전 조회 7,698
13년 전 조회 2,185
13년 전 조회 2,374
13년 전 조회 2,135
13년 전 조회 2,253
13년 전 조회 2,600
13년 전 조회 2,438
13년 전 조회 2,513
13년 전 조회 5,106
13년 전 조회 3,538
13년 전 조회 5,812
13년 전 조회 4,512