COMING SOON 🚀

텝메뉴 문의 드립니다.

<!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,958
13년 전 조회 4,920
13년 전 조회 3,804
13년 전 조회 3,494
13년 전 조회 2,549
13년 전 조회 4,622
13년 전 조회 5,323
13년 전 조회 4,689
13년 전 조회 6,568
13년 전 조회 2,920
13년 전 조회 2,477
13년 전 조회 6,435
13년 전 조회 2,148
13년 전 조회 4,632
13년 전 조회 4,660
13년 전 조회 4,250
13년 전 조회 4,557
13년 전 조회 4,052
13년 전 조회 4,005
13년 전 조회 4,095
13년 전 조회 4,048
13년 전 조회 4,052
13년 전 조회 4,029
13년 전 조회 4,054
13년 전 조회 2,722
13년 전 조회 2,057
13년 전 조회 2,081
13년 전 조회 1,814
13년 전 조회 4,063
13년 전 조회 4,110
13년 전 조회 3,333
13년 전 조회 2,475
13년 전 조회 2,052
13년 전 조회 4,042
13년 전 조회 4,438
13년 전 조회 2,486
13년 전 조회 1.2만
13년 전 조회 2,607
13년 전 조회 1,685
13년 전 조회 2,578
13년 전 조회 4,343
13년 전 조회 8,392
13년 전 조회 1만
13년 전 조회 4,083
13년 전 조회 4,233
13년 전 조회 7,865
13년 전 조회 1.2만
13년 전 조회 5,285
13년 전 조회 1,839
13년 전 조회 2,139
13년 전 조회 3,613
13년 전 조회 1,971
13년 전 조회 4,952
13년 전 조회 1,700
13년 전 조회 4,216
13년 전 조회 4,696
13년 전 조회 3,323
13년 전 조회 3,455
13년 전 조회 4,529
13년 전 조회 1,964
13년 전 조회 4,146
13년 전 조회 6,473
13년 전 조회 2,939
13년 전 조회 2,607
13년 전 조회 2,522
13년 전 조회 2,431
13년 전 조회 2,179
13년 전 조회 4,428
13년 전 조회 2,085
13년 전 조회 2,769
13년 전 조회 7,104
13년 전 조회 4,487
13년 전 조회 3,880
13년 전 조회 4,363
13년 전 조회 2,724
13년 전 조회 2,012
13년 전 조회 2,458
13년 전 조회 2,496
13년 전 조회 1,831
13년 전 조회 4,795
13년 전 조회 5,204
13년 전 조회 3,545
13년 전 조회 9,538
13년 전 조회 2,153
13년 전 조회 9,988
13년 전 조회 1.8만
13년 전 조회 2,497
13년 전 조회 1,977
13년 전 조회 7,493
13년 전 조회 1,988
13년 전 조회 2,169
13년 전 조회 1,939
13년 전 조회 2,064
13년 전 조회 2,385
13년 전 조회 2,222
13년 전 조회 2,327
13년 전 조회 4,883
13년 전 조회 3,359
13년 전 조회 5,634
13년 전 조회 4,296