텝메뉴 문의 드립니다.

<!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,999
13년 전 조회 5,071
13년 전 조회 3,949
13년 전 조회 3,629
13년 전 조회 2,685
13년 전 조회 4,789
13년 전 조회 5,493
13년 전 조회 4,846
13년 전 조회 6,727
13년 전 조회 3,060
13년 전 조회 2,515
13년 전 조회 6,577
13년 전 조회 2,314
13년 전 조회 4,790
13년 전 조회 4,808
13년 전 조회 4,421
13년 전 조회 4,606
13년 전 조회 4,104
13년 전 조회 4,048
13년 전 조회 4,243
13년 전 조회 4,086
13년 전 조회 4,100
13년 전 조회 4,187
13년 전 조회 4,209
13년 전 조회 2,885
13년 전 조회 2,094
13년 전 조회 2,218
13년 전 조회 1,974
13년 전 조회 4,209
13년 전 조회 4,161
13년 전 조회 3,477
13년 전 조회 2,523
13년 전 조회 2,198
13년 전 조회 4,096
13년 전 조회 4,586
13년 전 조회 2,622
13년 전 조회 1.2만
13년 전 조회 2,652
13년 전 조회 1,822
13년 전 조회 2,734
13년 전 조회 4,497
13년 전 조회 8,556
13년 전 조회 1만
13년 전 조회 4,233
13년 전 조회 4,380
13년 전 조회 7,909
13년 전 조회 1.2만
13년 전 조회 5,434
13년 전 조회 1,981
13년 전 조회 2,178
13년 전 조회 3,661
13년 전 조회 2,108
13년 전 조회 4,984
13년 전 조회 1,862
13년 전 조회 4,355
13년 전 조회 4,862
13년 전 조회 3,362
13년 전 조회 3,597
13년 전 조회 4,670
13년 전 조회 2,117
13년 전 조회 4,287
13년 전 조회 6,640
13년 전 조회 3,091
13년 전 조회 2,763
13년 전 조회 2,688
13년 전 조회 2,590
13년 전 조회 2,331
13년 전 조회 4,593
13년 전 조회 2,242
13년 전 조회 2,931
13년 전 조회 7,265
13년 전 조회 4,648
13년 전 조회 4,040
13년 전 조회 4,512
13년 전 조회 2,896
13년 전 조회 2,165
13년 전 조회 2,624
13년 전 조회 2,658
13년 전 조회 1,882
13년 전 조회 4,839
13년 전 조회 5,362
13년 전 조회 3,702
13년 전 조회 9,702
13년 전 조회 2,195
13년 전 조회 1만
13년 전 조회 1.8만
13년 전 조회 2,663
13년 전 조회 2,120
13년 전 조회 7,643
13년 전 조회 2,140
13년 전 조회 2,337
13년 전 조회 2,084
13년 전 조회 2,212
13년 전 조회 2,555
13년 전 조회 2,378
13년 전 조회 2,469
13년 전 조회 5,066
13년 전 조회 3,493
13년 전 조회 5,772
13년 전 조회 4,469