知识屋:更实用的电脑技术知识网站
所在位置:首页 > 编程技术 > CSS教程

ie6不兼容hover ie6 a hover属性失效解决办法

发布时间:2013-02-18 23:41:18作者:知识屋

代码如下:

<style type="text/css" > 
.wdqy 

background-image: url(../../../images/Common/common.png); 
background-repeat: no-repeat; 
background-position: -35px -694px; 
padding-right: 15px; 

.wdqy:hover 

background-image: url(../../../images/Common/common.png); 
background-repeat: no-repeat; 
background-position: -35px -753px; 
padding-right: 15px; 

</style> 

当你用a标签 的时候 要写a:hover属性 那么 请加上 href属性 才会生效 

复制代码
代码如下:

<a href="#" class="wdqy">aaa</a> 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜