中的背景图像内的标签标签在 IE6 和 IE7 中不会消失
在 IE7 和 IE6 中,我在 li 内部有一个锚点,其中有一个背景图像。当您将鼠标悬停在这些链接上时,这些浏览器中的背景图像会丢失。关于为什么会发生这种情况有什么想法吗?
非常感谢, 詹姆斯
In IE7 and in IE6, I have an anchor inside of an li which has a background image in it. When you mouse over these links, the backagound images go missing in these browsers. Any ideas as to why this would happen?
Here's an example (IE7 and IE6).
Many thanks,
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用相同的背景图像设计了 a:hover 样式?只需将图像放入所有伪类中即可:
a:链接、a:已访问、a:活动和 a:悬停
Have you styled the a:hover with the same background image? Just put the image in all psuedo classes:
a:link, a:visited, a:active and a:hover