首页 > 开发 > CSS > 正文

body背景图片拉伸另类实现

2024-07-11 08:36:18
字体:
来源:转载
供稿:网友

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>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表