텝메뉴 문의 드립니다.

<!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,236
13년 전 조회 4,125
13년 전 조회 3,784
13년 전 조회 2,857
13년 전 조회 4,956
13년 전 조회 5,655
13년 전 조회 4,997
13년 전 조회 6,892
13년 전 조회 3,226
13년 전 조회 2,580
13년 전 조회 6,742
13년 전 조회 2,476
13년 전 조회 4,969
13년 전 조회 4,986
13년 전 조회 4,576
13년 전 조회 4,674
13년 전 조회 4,168
13년 전 조회 4,122
13년 전 조회 4,428
13년 전 조회 4,155
13년 전 조회 4,167
13년 전 조회 4,353
13년 전 조회 4,379
13년 전 조회 3,038
13년 전 조회 2,161
13년 전 조회 2,365
13년 전 조회 2,136
13년 전 조회 4,364
13년 전 조회 4,229
13년 전 조회 3,630
13년 전 조회 2,582
13년 전 조회 2,362
13년 전 조회 4,162
13년 전 조회 4,739
13년 전 조회 2,775
13년 전 조회 1.2만
13년 전 조회 2,721
13년 전 조회 1,970
13년 전 조회 2,878
13년 전 조회 4,638
13년 전 조회 8,708
13년 전 조회 1.1만
13년 전 조회 4,383
13년 전 조회 4,531
13년 전 조회 7,971
13년 전 조회 1.2만
13년 전 조회 5,596
13년 전 조회 2,127
13년 전 조회 2,252
13년 전 조회 3,729
13년 전 조회 2,265
13년 전 조회 5,057
13년 전 조회 1,990
13년 전 조회 4,498
13년 전 조회 5,024
13년 전 조회 3,425
13년 전 조회 3,743
13년 전 조회 4,818
13년 전 조회 2,248
13년 전 조회 4,412
13년 전 조회 6,789
13년 전 조회 3,219
13년 전 조회 2,898
13년 전 조회 2,817
13년 전 조회 2,722
13년 전 조회 2,465
13년 전 조회 4,730
13년 전 조회 2,353
13년 전 조회 3,078
13년 전 조회 7,420
13년 전 조회 4,789
13년 전 조회 4,186
13년 전 조회 4,647
13년 전 조회 3,005
13년 전 조회 2,328
13년 전 조회 2,752
13년 전 조회 2,809
13년 전 조회 1,945
13년 전 조회 4,905
13년 전 조회 5,508
13년 전 조회 3,844
13년 전 조회 9,855
13년 전 조회 2,258
13년 전 조회 1만
13년 전 조회 1.9만
13년 전 조회 2,800
13년 전 조회 2,274
13년 전 조회 7,794
13년 전 조회 2,306
13년 전 조회 2,484
13년 전 조회 2,231
13년 전 조회 2,366
13년 전 조회 2,707
13년 전 조회 2,516
13년 전 조회 2,615
13년 전 조회 5,224
13년 전 조회 3,649
13년 전 조회 5,925
13년 전 조회 4,627