div的一些属性(看似平平却很关键)
2018-03-24 本文已影响0人
Thofarq
<div style="
height:px;
width:px;
background-img:url("the url of the photo");
background-repeat:no-repeat;
background-attachment:fixed;
">
若不设置高度和宽度,不一定能显示图片,后两句保证了背景图片永不重复
</div>
<div style="
height:px;
width:px;
background-img:url("the url of the photo");
background-repeat:no-repeat;
background-attachment:fixed;
">
若不设置高度和宽度,不一定能显示图片,后两句保证了背景图片永不重复
</div>