IE6中的CSS问题

来源:百度知道 编辑:UC知道 时间:2024/06/06 21:00:38
前台代码:
<tr>
<td background="../../App_Themes/default/Images/tool.jpg" style="height: 10px" colspan="2">
<div class="test">
<ul id="navmenu-h" class="mainmenu">
<li><a href="#">|项目|</a>
<ul>
<li><a href="#">我的项目</a></li>
<li><a href="../WebPages/AllProject.aspx">所有项目</a></li>
<li><a href="../WebPages/ProjectCategory.aspx">项目类别</a></li>
<li><a href="../WebPages/CreateProject.aspx">创建项目</a></li>
</ul>
</li>
<

<!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>
.test ul{list-style:none;}
.test li{float:left;width:150px;line-height:20px;}
.test a{display:block;text-align:center;height:19px;}
.test a:link{color:#000;background:url(arrow_off.gif)no-repeat 5px 12px;text-decoration:none;}
.test a:visited{color:#666;text-decoration:underline;}
.test a:hover{color:#FFF; font-weight:bold;text-decoration:none;background:url(arrow_on.gif) #CCC no-re