body背景图片拉伸另类实现

内容摘要
body背景图没有拉伸效果,所以只能使用其他方法了

如下方法,IE中测试可行:

复制代码代码如下:
<style type="text/css">
body{
filter:progid:DXImageTransform.Microso
文章正文
body背景图没有拉伸效果,所以只能使用其他方法了

如下方法,IE中测试可行:

复制代码
代码如下:

<style type="text/css">
body{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.jpg',sizingMethod='scale');
background-repeat: no-repeat;
background-positon: 100%, 100%;
}
</style>

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!