本帖最后由 群英荟 于 2010-3-23 22:00 编辑
实在没辙了折腾了一天找的我头晕眼花的!代码贴上懂得的友帮忙看下感谢~~
问题一的css_append.htm:
.content #ann {line-height: 30px; border: solid {COMMONBORDER}; border-width: 1px 0 0; background-color:#E0F6FD; background-image: url({STYLEIMGDIR}/ann_bg.gif); background-repeat: repeat-x;background-position: 0 -10px; }
.content #ann dt { float: left; width: 5em; text-indent: 2em; font-weight: 700; }
/*============== BBsBar 自定义 ==============*/
#bb_headermenu {padding-bottoom:0px; width:960px; background:#1268A3 url({STYLEIMGDIR}/navbg.png) repeat-x; }
#bb_headermenu .wrap {margin: 0 auto; width: {WRAPWIDTH}; height: 35px;}
#bb_border {height:25px; width:960px; border-bottom: 1px solid #C7E1EF; background-color: #EEF6FD; }
#bb_border .wrap {margin: 0 auto; height:25px; width: {WRAPWIDTH};}
#bb_horizontal {margin-top:5px; height:10px; width:960px; border-top: 1px solid #CED7DA; background: url({STYLEIMGDIR}/bb_horizontal.png) repeat-x;}
唉!没人帮助真难又折腾了一天第一个问题终于找到答案了!修改这里:
#bb_headermenu {padding-bottoom:0px; width:960px; background:#1268A3 url({STYLEIMGDIR}/navbg.png) repeat-x; }
问题二的css_append.htm:
html{background:#E3E7CF url({STYLEIMGDIR}/bg.gif) repeat-y 50% 0;}
body {position: relative; min-width:1000px;background:url({STYLEIMGDIR}/header.jpg) no-repeat 50% 0;}
#header { height: 200px;}
#header h2{ margin:0px;padding:0px;position: absolute;top:6px;left:0px;}
#umenu { top: 5px; border: 0px solid #A4A898; padding-right: 30px; background: url({STYLEIMGDIR}/umenu.gif) no-repeat 100% 0; line-height: 30px; }
#umenu a.noborder { float: left; margin-left: -40px; padding-left: 60px; display: inline; background: url({STYLEIMGDIR}/umenu.gif) no-repeat 0 -30px; }
* html #umenu a.noborder { margin-left: 0; background-position: 0 100%; }
#umenu a { margin: 0 5px; }
#umenu .pipe { margin: 0 2px; color: #000; }
#menu {top:320px;left:45px;border:none;}
#menu a {border:none;font-weight:bold;}
#menu li.current {background:url({STYLEIMGDIR}/nav-globle-current.gif) no-repeat right top;}
#menu li.current a {height:34px; line-height:26px; font-size: 12px; overflow: hidden; background:url({STYLEIMGDIR}/nav-globle-current.gif) no-repeat left top; margin-right:16px; padding-left:20px;}
#style_switch {right: 10px; top: 330px;}
#nav {background: url({STYLEIMGDIR}/icon_nav.png) no-repeat 0 8px;color:#000;width:980px; }
#nav a {color:#000;}
#footer{padding-top:5px;background: url({STYLEIMGDIR}/footer.jpg) no-repeat bottom center;height:140px;}
#footer .wrap{width:750px;padding:40px 0px 0px 150px;}
.ad_footerbanner { width: {WRAPWIDTH}; margin: 0 auto;background:#fff;}
#ad_headerbanner { }
.ad_text, .ad_footerbanner { margin: 0 auto;background:#fff; }
.ad_text {}
.popupmenu_popup {position: absolute;background: #FFF !important;display:inline-block;}
.postbtn, .replybtn { background-image: url({STYLEIMGDIR}/post.png) !important;}
.replybtn { background-position: 0 -30px !important; }
#online, #bdays { }
#online h3, #bdays h3 {background-image: url({STYLEIMGDIR}/header_bg.gif); color: #000000; }
#online h3 a, #bdays h3 a { color: #000000; }
#index .content, #forumdisplay .content { padding: 5px 20px; background: none; }
#index .with_side .content, #forumdisplay .with_side .content { padding-right: 15px !important; }
#index .pages_btns { padding-bottom: 6px; }
.list { margin-bottom: 10px; padding: 0px; border: 1px solid #D4D1C3; }
.content .list h3 { padding-left: 9px; line-height: 31px; background-image: url({STYLEIMGDIR}/header_bg.gif); color: #000000; }
.list h3 a { color: #000000; }
.list th { padding-left: 55px !important; background-image: url({STYLEIMGDIR}/forum.gif); background-position: 13px 10px; }
.list th.new { background-image: url({STYLEIMGDIR}/forum_new.gif); }
#index .list table, #forumdisplay .list table { border-collapse: separate; }
#index .mainbox table th, #index .mainbox table td, #forumdisplay .mainbox table th, #forumdisplay .mainbox table td { border-top: 1px solid #D4D1C3; border-bottom: 0px solid #D4D1C3; }
#index .mainbox table tr:hover th, #index .mainbox table tr:hover td, #forumdisplay .mainbox table tr:hover th, #forumdisplay .mainbox table tr:hover td { background-color: #F6F6F6; } |