这套新增的模板,留言板本来连边框都不显示的,我把CSS里的border:0改成了1才显示
另外"留言"这个图片不显示了,但是鼠标悬停是有效果的.
对比一下HOME自带的那些模板换上去,"留言"显示正常的,是不是这套新模板有问题?应该修改哪里啊?
我把这套模板的CSS贴上来,大家帮我找找
- body {background: url(images/tile.gif) repeat; color:#000000;}
- #space_mymenu h2, .sidebox h2.title{color:#000000;}
- #footer , #footer a ,a{color:#FF9393;}
- a:hover{color:#865e47;}
- #header { margin: 0; padding:0; background: none; color: #CCC; }
- #header a { color: #1F7DFE; }
- #header .logo a { margin-left:30px; width: 82px; height: 34px; background: url(images/logo.gif) no-repeat left center; overflow: hidden; display: block; }
- .headerwarp { margin:0; padding:0; height: 264px; width:100%; background: url(images/header.gif) no-repeat center 34px;}
- .login_thumb { background-image: url(images/login_bg.gif);}
- .float_more { margin-left:450px;}
- #space_blog{ margin-top:10px;}
- #ubar h2, #space_page .sidebox h2.title,#space_page .feed_header{height:25px;line-height: 25px;margin:0; padding: 0px 25px; background-repeat:no-repeat;}
- #space_info .info_more{text-align:right; margin-bottom:10px; padding-right:10px;}
- #comment .box_content{ padding-left:5px;}
- #space_info .spacemenu_list, #space_feed .box_content{padding-left:5px; }
- #maincontent .infotable, #maincontent .doing_list, #friend_ul .line_list{ margin-top:-18px;}
- #space_photo .topic_list{margin-top:-8px;}
- #wrap{ margin: 0 auto; width: 940px;}
- #space_mymenu, .sidebox{width:200px;}
- #space_page #content{ width:510px;}
- #space_info .spacemenu_list{ height:100%}
- #ubar h2, #space_page .sidebox h2.title, .line_list, #maincontent .borderbox, #space_info .spacemenu_list, #space_info .info_more, #space_feed .box_content, #space_page .feed_header,#space_photo table, .avatar_list, .borderbox, .box_content, .box, #comment .box, #commentsubmit_btn, #comment .box_content,#maincontent .infotable, #maincontent .doing_list, #space_poll .line_list, #space_event .line_list, #space_share .line_list, #friend_ul .line_list{
- background-color:#FFFFFF;}
- #space_mymenu .line_list, #space_app_guide .line_list, #obar .sidebox .avatar_list, #maincontent .infotable, #maincontent .doing_list, #friend_ul .line_list, #space_poll .line_list, #space_event .line_list, #space_share .line_list, #space_info .spacemenu_list, #space_info .info_more, #space_feed .box_content, #space_photo table, #space_blog .line_list, #comment .box, #comment .box_content{border:none; border-top:none;}
- #comment_message{ width:490px; height:75px; border:1; background:url(images/textarea.gif) repeat-y left center;}
- #commentsubmit_btn{background-repeat:no-repeat; background-position:230px 9px;}
- #maincontent .borderbox a.submit{background-repeat:no-repeat; background-position:-230px -9px;}
- #ubar h2, #space_page .sidebox h2.title{background-image:url(images/title.gif); background-repeat:no-repeat;}
- #space_page .feed_header {background-image:url(images/title.gif);background-repeat:no-repeat; background-color:#ffe1e9;}
- .borderbox, .line_list, .avatar_list{}
- #maincontent .borderbox, #space_info .spacemenu_list, #space_info .info_more,.box_content, .box,#space_blog .line_list, #space_photo table,#comment .box, #comment .box_content, #maincontent .infotable, #maincontent .doing_list, #space_poll .line_list, #space_event .line_list, #space_share .line_list, #friend_ul .line_list{}
- #footer { width:100%; height:150px; margin-top:10px; padding:0; color:#FF9393; }
- #space_info .spacemenu_list, #comment .box{border-bottom:none;}
复制代码 |