ie6推拉门侧翻问题

发布于 2024-10-21 19:55:00 字数 437 浏览 4 评论 0原文

我有一个 标签,它使用 css 滑动门技术来显示翻转状态

a.task_link {
width:220px;
height:241px;
float:left;
position:relative;
margin-right:20px;
display:block;
text-decoration:none;



}


a#task  {
    background:url(/images/task.jpg) no-repeat;

    }

a#_task:hover {
    background: url(/images/task.jpg) -220px 0px no-repeat;

    }

问题是 ie6 我得到背景图像的闪烁/闪烁,有什么解决方案吗?

谢谢,

J。

I have an <a> tag which uses the css sliding doors technique to show the rollover state

a.task_link {
width:220px;
height:241px;
float:left;
position:relative;
margin-right:20px;
display:block;
text-decoration:none;



}


a#task  {
    background:url(/images/task.jpg) no-repeat;

    }

a#_task:hover {
    background: url(/images/task.jpg) -220px 0px no-repeat;

    }

The problem is with ie6 I get a flashing/blinking of the background image, any solution to this?

Thanks,

J.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

就是爱搞怪 2024-10-28 19:55:00

添加 position:relativezoom:1overflow:hidden 或将触发布局而不破坏可用性的内容。

Add position:relative or zoom:1 or overflow:hidden or something that will trigger layout without breaking usability.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文