div+css中关于ie浏览器中非啊元素的:hover的实现问题,哪位大神指点下啊
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/...
<!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">
div,ul,li,a,h4,p {margin:0; padding:0; font-size:12px; line-height:18px; list-style:none}
div {margin:100px auto; width:300px;}
a {color:#060;}
a:hover {color:#000;}
span {color:#00F; margin-left:10px}
a:hover span {color:#003;}
a:hover span:hover {color:#F00;}
</style>
</head>
<body>
<div>
<ul>
<li>
<a href="" class="my">过去式<span>神经病毒</span></a>
</li>
</ul>
</div>
</body>
</html> 展开
<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">
div,ul,li,a,h4,p {margin:0; padding:0; font-size:12px; line-height:18px; list-style:none}
div {margin:100px auto; width:300px;}
a {color:#060;}
a:hover {color:#000;}
span {color:#00F; margin-left:10px}
a:hover span {color:#003;}
a:hover span:hover {color:#F00;}
</style>
</head>
<body>
<div>
<ul>
<li>
<a href="" class="my">过去式<span>神经病毒</span></a>
</li>
</ul>
</div>
</body>
</html> 展开
2011-12-21
展开全部
给你的a:hover加个背景图、背景色就能兼容ie了:
a:hover{
color:#000;
background:#fff;
}
http://hi.baidu.com/dognicole/blog/item/bec28182f71e5e8cf703a675.html
a:hover{
color:#000;
background:#fff;
}
http://hi.baidu.com/dognicole/blog/item/bec28182f71e5e8cf703a675.html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
IE6 L-V-H-A
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
最好使用js来写,这样兼容性会好点。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询