텝메뉴 문의 드립니다.

<!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) {

조건이 걸려이네요. 익스일때만 작동해라 라는 식으로 저줄하고 하단의 } 를 삭제해서 조건을 빼주니 다른브라우저에서도 작동하네요.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 5,625
13년 전 조회 4,719
13년 전 조회 3,609
13년 전 조회 3,291
13년 전 조회 2,352
13년 전 조회 4,445
13년 전 조회 5,151
13년 전 조회 4,497
13년 전 조회 6,387
13년 전 조회 2,721
13년 전 조회 2,082
13년 전 조회 6,238
13년 전 조회 1,969
13년 전 조회 4,442
13년 전 조회 4,438
13년 전 조회 4,068
13년 전 조회 4,213
13년 전 조회 3,714
13년 전 조회 3,668
13년 전 조회 3,918
13년 전 조회 3,686
13년 전 조회 3,730
13년 전 조회 3,842
13년 전 조회 3,876
13년 전 조회 2,539
13년 전 조회 1,723
13년 전 조회 1,876
13년 전 조회 1,626
13년 전 조회 3,859
13년 전 조회 3,762
13년 전 조회 3,147
13년 전 조회 2,156
13년 전 조회 1,872
13년 전 조회 3,692
13년 전 조회 4,233
13년 전 조회 2,279
13년 전 조회 1.2만
13년 전 조회 2,212
13년 전 조회 1,467
13년 전 조회 2,395
13년 전 조회 4,131
13년 전 조회 8,171
13년 전 조회 1만
13년 전 조회 3,913
13년 전 조회 4,045
13년 전 조회 7,554
13년 전 조회 1.1만
13년 전 조회 5,098
13년 전 조회 1,650
13년 전 조회 1,778
13년 전 조회 3,249
13년 전 조회 1,780
13년 전 조회 4,642
13년 전 조회 1,483
13년 전 조회 4,016
13년 전 조회 4,508
13년 전 조회 2,977
13년 전 조회 3,250
13년 전 조회 4,313
13년 전 조회 1,773
13년 전 조회 3,902
13년 전 조회 6,255
13년 전 조회 2,711
13년 전 조회 2,394
13년 전 조회 2,327
13년 전 조회 2,245
13년 전 조회 1,973
13년 전 조회 4,211
13년 전 조회 1,875
13년 전 조회 2,575
13년 전 조회 6,907
13년 전 조회 4,269
13년 전 조회 3,665
13년 전 조회 4,151
13년 전 조회 2,480
13년 전 조회 1,807
13년 전 조회 2,253
13년 전 조회 2,306
13년 전 조회 1,471
13년 전 조회 4,493
13년 전 조회 5,002
13년 전 조회 3,340
13년 전 조회 9,361
13년 전 조회 1,808
13년 전 조회 9,755
13년 전 조회 1.8만
13년 전 조회 2,285
13년 전 조회 1,759
13년 전 조회 7,295
13년 전 조회 1,794
13년 전 조회 1,950
13년 전 조회 1,705
13년 전 조회 1,848
13년 전 조회 2,157
13년 전 조회 2,040
13년 전 조회 2,118
13년 전 조회 4,696
13년 전 조회 3,165
13년 전 조회 5,443
13년 전 조회 4,107