当前位置:编程学习 > VB >>

3级下拉菜单,在ie6下拉菜单不显示问题,谢!

<!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">
<style type="text/css">
/* common styling */
.menu {font-family:"宋体"; width:735px; position:relative;  margin:0; margin-top:40px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:105px; height:32px; text-align:center; color:#C1A25F; background-image:url(images/bg01.gif); background-repeat:no-repeat; line-height:25px; overflow:hidden; font-size:12px; font-weight:normal;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#362507;  background-image:url(images/bg02.gif); background-repeat:no-repeat; }
.menu ul li:hover ul {display:block; position:absolute; top:32px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background-image:url(images/bg03.gif); background-repeat:no-repeat; color:#C1A25F; width:100px;}
.menu ul li:hover ul li:hover a.hide {background-image:url(images/bg04.gif); background-repeat:no-repeat; color:#F7EDC6; width:106px; }
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background-image:url(images/bg03.gif); background-repeat:no-repeat; color:#C1A25F; height:25px;}
.menu ul li:hover ul li a:hover { color:#F7EDC6;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
</style>
<!--[if lte IE 6]>
<style type="text/css">
.menu {font-family:"宋体"; width:735px; position:relative;  margin:0; margin-top:47px; }
.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu ul li a:hover ul li a.hide {display:none;}
.menu ul li a:hover {color:#362507;  background-image:url(images/bg02.gif); width:104px;background-repeat:no-repeat;}
.menu ul li a:hover ul {display:block; position:absolute; top:32px; left:0; width:105px;}
.menu ul li a:hover ul li a.sub {color:#C1A25F;}
.menu ul li a:hover ul li a.sub:hover {background-image:url(images/bg04.gif); width:105px;background-repeat:no-repeat;}
.menu ul li a:hover ul li a {display:block; color:#C1A25F;background-image:url(images/bg03.gif); width:97px; height:25px; background-repeat:no-repeat;}
.menu ul li a:hover ul li a ul {visibility:hidden;}
.menu ul li a:hover ul li a:hover {color:#F7EDC6;}
.menu ul li a:hover ul li a:hover ul {visibility:visible;  left:105px; top:0; color:#000;}

</style>
<![endif]-->



<div class="menu">
<ul>

<li><a class="hide" href="home.asp" style="font-size:14px; padding-top:2px; font-weight:bold;">首  页</a>
<!--[if lte IE 6]>
<a href="home.asp" style="font-size:14px; padding-top:2px; font-weight:bold;">首  页</a>
<![endif]-->
</li>

<li><a class="hide" href="#" style="font-size:14px; padding-top:2px; font-weight:bold;">藏品气度</a>
<!--[if lte IE 6]>
<a href="#" style="font-size:14px; padding-top:2px; font-weight:bold;">藏品气度
<table><tr><td>
<![endif]-->
    <ul>
    <li><a class="hide" href="#" title="世界级科技">世界级科技</a>
<!--[if lte IE 6]>
<a class="sub" href="#" title="世界级科技">世界级科技
<table><tr><td>
<![endif]-->
        <ul>
            <li><a href="sndl.asp" title="室内对流">室内对流</a></li>
            <li><a href="hwjn.asp" title="恒温节能">恒温节能</a></li>
        </ul>
    <!--[if lte IE 6]>
    </td></tr></table>
</a>
<![endif]-->
    </li>

 <li><a class="hide" href="#" title="元首级安防">元首级安防</a>
<!--[if lte IE 6]>
<a class="sub" href="#" title="元首级安防">元首级安防
<table><tr><td>
<![endif]-->
        <ul>
            <li><a href="xqnksdj.asp" title="小区内可视对讲">小区内可视对讲</a></li>
        </ul>
    <!--[if lte IE 6]>
    </td></tr></table>
</a>
<![endif]-->
    </li>
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>



</ul>
</div>
--------------------编程问答-------------------- --------------------编程问答-------------------- 好像没有人回复,没有人知道吗 --------------------编程问答-------------------- ie版本不支持,升级ie到高版本。 --------------------编程问答-------------------- 什么意思
补充:VB ,  基础类
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,