您的位置:首页 > Web前端 > HTML

html中背景图不随着鼠标的转动改变大小

2015-09-16 15:46 369 查看

直接在页面中设置body的属性就好了,此为备忘录

body {
background:url("Img/allbac.jpg") ;
background-position: center 0;
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */
-o-background-size: cover;/* 兼容Opera */
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: