gpt4 book ai didi

css - 在 IE6 中,使用 AlphaImageLoader 过滤器后,链接不再可点击

转载 作者:行者123 更新时间:2023-11-28 13:47:44 24 4
gpt4 key购买 nike

我正在使用 AlphaImageLoader 在 IE6 中显示我的透明 PNG。 HTML 是,

<div id="infoBox">
<a href="links.html">Links</a>
</div>

CSS 是,

    #infoBox
{

背景:url('/images/bg.png')!重要; 背景:; 过滤器:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/bg.png',sizingMethod='scale');position:absolute;

    }

#infoBox a:link
{
text-decoration:none;
position:relative;
}

它工作正常,但在 IE6 中链接不再可点击。我在互联网上读到的是我必须使用 AlphaImageLoader 制作元素而不使用任何 Position 但我要求使用绝对位置。我该怎么做?

最佳答案

可以将绝对定位放在父包装器上,而不是带背景的元素上,这样可以改变 IE6 不交互性错误出现的情况。

有趣的是,即使改变背景图像的大小也会影响错误。参见 this令人恼火的讨论。

关于css - 在 IE6 中,使用 AlphaImageLoader 过滤器后,链接不再可点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4036514/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com