css鼠标经过图片切换效果在IE浏览器可以在火狐就没效果了呢,而且也不显示背景图片

2024-12-04 05:11:09
推荐回答(2个)
回答(1):

  您好!很高兴为您答疑!

属性缺少了,background里面-160这些都要加上单位才行
.new_bottom03{
width:110px; height:160px; float:left; margin-left:20px; padding:0;
}
.new_bottom03 a{
display:block; width:110px; height:160px;
  您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。

回答(2):

background里面-160这些都要加上单位才行
.new_bottom03{
width:110px; height:160px; float:left; margin-left:20px; padding:0;
}
.new_bottom03 a{
display:block; width:110px; height:160px;
background:url(1.jpg) no-repeat 0 -160px; margin:0; padding-top:170px; overflow:hidden;
}
.new_bottom03 a:hover{background:url(1.jpg) no-repeat -110px -160px;}