利用css设置为页面的背景
CSS如下:
body {text-align: left; font-family:"新宋体"; margin:auto;padding:0;
font-size:12px;color:#0C0C0C; background-color: #FFF;
BACKGROUND:url(images/bj.gif) no-repeat;background-position: top center;}
请教大虾要怎么做可以让背景图片根据页面的大小而自动调整大小,始终显示全图,而不是一部分?
回复讨论(解决方案)
图片随着页面的大小而改变,
.css{
width: 100%;
position: absolute;
margin-right: auto;
margin-left: auto;
}
查看更多关于背景图跟随界面大小而改变_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did103417