怎样用Css实现大背景效果

10月 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+HTML, 培训

标签:

Post a Comment