IE不兼容background-size属性解决办法(使用filter)

Posted 贾广飞

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IE不兼容background-size属性解决办法(使用filter)相关的知识,希望对你有一定的参考价值。

background: url(imgurl) no-repeat;
background-size: 100% 100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=‘imgurl‘, sizingMethod=‘scale‘);

背景上面的元素被覆盖,无法点击。

解决:设置需要显示的元素的position:relative;z-index属性设置高一些即可。

以上是关于IE不兼容background-size属性解决办法(使用filter)的主要内容,如果未能解决你的问题,请参考以下文章

ie8兼容background-size属性

要兼容ie时注意事项

background-size IE8兼容方案

ie8 兼容问题

兼容ie7,8 background-size 的插件

IE7下给select设置background-image不生效,有啥解决办法么