您的位置:首页 > 其它

body背景图片拉伸另类实现

2013-09-18 17:32 369 查看
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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: