活動菜單

 <!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>
<style type="text/css">
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font:"宋體" 12px; 
width:760px; 
margin:0; 
margin:50px auto;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
 
display:block; 
text-align:center; 
text-decoration:none; 
width:104px; 
height:30px; 
color:#fff; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#0055A6; 
line-height:30px; 
font-size:13px;
letter-spacing:1px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#0288dc;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#0288dc; 
height:20px;
line-height:20px;
color:#fff;
font-size:13px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
color:#000;
}
</style>
<!--[if lte IE 6]>
<style type="text/css">
/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */
/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu ul li a:hover {
color:#fff; 
background:#0288dc;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:32px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background:#0288dc; 
height:20px;
line-height:20px;
color:#FFF;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
background:#0288dc; 
color:#000;
}
</style>
<![endif]-->
</head>
<body>
<div class="menu"> 
  <ul>
    <li><a class="hide" href="../menu/index.html">走進亙元</a> 
      <!--[if lte IE 6]>
<a href="../menu/index.html">走進亙元
<table><tr><td>
<![endif]-->
      <ul>
        <li><a href="../menu/zero_dollars.html">概  況</a></li>
        <li><a href="../menu/embed.html">組織架構</a></li>
        <li><a href="../menu/form.html" title="Styling forms">大事紀要</a></li>
      </ul>
      <!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
    </li>
    <li><a class="hide" href="index.html">企業文化</a> 
      <!--[if lte IE 6]>
<a href="index.html">企業文化
<table><tr><td>
<![endif]-->
      <ul>
        <li><a href="spies.html">企業榮譽</a></li>
        <li><a href="vertical.html">公益活動</a></li>
      </ul>
      <!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
    </li>
    <li><a class="hide" href="../layouts/index.html">資訊中心</a> 
      <!--[if lte IE 6]>
<a href="../layouts/index.html">資訊中心
<table><tr><td>
<![endif]-->
      <ul>
        <li><a href="../layouts/bodyfix.html">集團新聞</a></li>
        <li><a href="../layouts/body2.html">公司新聞</a></li>
        <li><a href="../layouts/body4.html">政策風向</a></li>
        <li><a href="../layouts/body4.html">媒體報道</a></li>
      </ul>
      <!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
    </li>
    <li><a class="hide" href="../boxes/index.html">開發案例</a> 
      <!--[if lte IE 6]>
<a href="../boxes/index.html">開發案例
<table><tr><td>
<![endif]-->
      <ul>
        <li><a href="cross.html">太陽都市花園</a></li>
        <li><a href="enlarge.html">望都·郡府</a></li>
        <li><a href="expand.html">望都·郡府二期</a></li>
        <li><a href="vertical.html">望都·太陽城</a></li>
        <li><a href="spies.html">望都·水木靈州</a></li>
      </ul>
      <!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
    </li>
    <li><a class="hide" href="../mozilla/index.html">人力資源</a> 
      <!--[if lte IE 6]>
<a href="../mozilla/index.html">人力資源
<table><tr><td>
<![endif]-->
      <ul>
        <li><a href="../mozilla/dropdown.html">招聘計劃</a></li>
        <li><a href="../mozilla/cascade.html">人事公告</a></li>
      </ul>
      <!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
    </li>
    <li><a class="hide" href="../ie/index.html">商務合作</a> 
      <!--[if lte IE 6]>
<a href="../ie/index.html">商務合作
<table><tr><td>
<![endif]-->
      <ul>
        <li><a href="../ie/exampleone.html">土地合作</a></li>
        <li><a href="../ie/weft.html">招標中心</a></li>
        <li><a href="../ie/exampletwo.html">合作伙伴</a></li>
        <li><a href="../ie/exampletwo.html">聯繫我們</a></li>
      </ul>
      <!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
    </li>
    <li><a class="hide" href="../opacity/index.html">聯繫我們</a> 
      <!--[if lte IE 6]>
<a href="../opacity/index.html">聯繫我們
<table><tr><td>
<![endif]-->
      <ul>
        <li><a href="http://www.2ky.cn" title="colour wheel">模板王</a></li>
        <li><a href="http://www.2ky.cn/js" title="a menu using opacity">特效腳本</a></li>
      </ul>
      <!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
    </li>
  </ul>
  <!-- clear the floats if required -->
  <div class="clear"> </div>
</div>
</body>
</html>
 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章