【求解】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; }