zhangjingyu
忆江南背景图样式(添加了center):
对于像这样有边框,不能自适应宽窄屏切换的,可以在后台“论坛模式-论坛设置-宽窄屏切换”里设置为窄屏。
body{font:13px/1.5 Arial; color:#333;background:#fcfefc url($imgpath/$stylepath/body_jiangnan.jpg) center repeat-y;min-height:700px;}
.wrap,#top{min-width:820px;margin:auto;}
.wrap{background:url($imgpath/$stylepath/headerbg123.jpg) no-repeat center top;}
#wrapA{background:url($imgpath/$stylepath/top_jiangnan.gif) no-repeat center top;}
/*通过head高度调整主导航位置,最大值为top图高度减去#top的30px。见4255*/
#head{height:185px;}
/*底部*/
.footer-wrap{background:url($imgpath/$stylepath/footer_jiangnan.gif) no-repeat center bottom;padding:10px 0 20px;margin-top:1px;height:130px;}
#footer:first-letter{text-transform:uppercase;}
#footer img{vertical-align:top;}
=================分隔线====================
.wrap{background:url($imgpath/$stylepath/headerbg123.jpg) no-repeat center top;}
#wrapA{background:url($imgpath/$stylepath/top_jiangnan.gif) no-repeat center top;}
上面的两行样式没有本质上的区别,这也是后来发现的,是不是后知后觉?.wrap是原来的页头背景图样式,#wrapA是后添加的,和2楼模板文件中的代码对应。