修改背景图片居中并自适应宽度的css

来源:互联网 发布:手机证券交易软件 编辑:程序博客网 时间:2024/05/16 17:15
<STYLE TYPE="text/css">
<!--
BODY {background-image: URL(photo/picture1.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}
-->
</STYLE>
0 0