怎样用Css实现大背景效果
October 22nd, 2008 | by Shaka |原文在这里:
http://www.webdesignerwall.com/tutorials/how-to-css-large-background
body {
padding: 0;
margin: 0;
background: #f8f7e5 url(http://www.webdesignerwall.com/wp-content/themes/wdw/images/main-bg.jpg) no-repeat center top;
width: 100%;
display: table;
}
要点是:
center, top
和
width: 100%;
display: table;
标签: CSS