回复:求助,love 模板出问题了
/*copyright*/
#forumfooter { clear: both; height: 99px; background: url(images/bottombg.gif) no-repeat 0 0; padding-left: 16px; margin-bottom:15px;}
.footercopy{ float: left; width: 60%; margin-top: 10px; line-height: 16px; height: 44px; background: url(images/copyright-dot.gif) no-repeat left center; }
.footercopy p { margin-left: 61px; }
.footercopy span{ display: block; font-size: 10px; margin-left: 61px; }
.footercopy em,.footercopy a{ color: #666; }
.footergoto{ float: right; position: relative; }
.footergoto span{ position: absolute; right: 6px; top: 0; cursor:pointer;}
.footergoto select { margin-top: 30px; margin-right:4px;}
/*copyright*/
这为官方提供模板时所带的底部版权部分的样式,你对照一下!!