【求解】IE下a:hover失效问题

直接上图:

FF下:鼠标移动Products上

IE下:鼠标移到Products上无效果

CSS:

.headnav ul li a{
	width:108px;
	height:40px;
	font:16px/40px Arial, Helvetica, sans-serif ;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.headnav ul li a:hover{
	width:106px;
	height:37px;
	display:block;
	color:#fff;
	line-height:37px;
	background:url(../images/navhoverbg.png) no-repeat;
}

 

posted on 2011-09-20 14:36  云起的自学笔记  阅读(476)  评论(2编辑  收藏  举报

导航