源码论坛,商业源码下载,尽在锦尚中国商业源码论坛

标题: 帮忙看下这段代码哪里出问题了(DIV+CSS) [打印本页]

作者: QQ0357    时间: 2010-5-1 09:24
标题: 帮忙看下这段代码哪里出问题了(DIV+CSS)
帮忙看下这段代码哪里出错了。
出错页面http://www.lfqianshou.com/
页面代码如下:

  1. <!--百度搜索和友情链接-->
  2. <div id="baidu">
  3. <div class="center" align="center">
  4. <div class="left">
  5. <form action="http://www.baidu.com/baidu" target="_blank">
  6. <table bgcolor="#FFE4FD"><tr><td>
  7. <input name=tn type=hidden value=baidu>
  8. <input type=text name=word size=15>
  9. <input name=ie type=hidden value=utf-8>
  10. <input type="submit" value="百度搜索">
  11. </td></tr></table></form>
  12. </div>
  13. <div class="right">友情链接:{$For(FriendsList,1/2/5)$}
  14. <span><a href="{$FriendsUrl$}" title="{$FriendsAbout$}">{$FriendsName$}</a></span>
  15. {$Next$}</div>
  16. </div>
  17. </div>
  18. <!--底部-->
  19. <div id="bottom">
  20.         <div class="center">
  21.         <div class="left"><a href="#" target="_blank"><img src="/Skin/Qianshou/Images/19.gif" border="0" /></a></div>
  22.         <div class="right">{$Info(3)$}</div>
  23.         </div>
  24. </div>
复制代码
CSS如下:

  1. /*---baidu---*/
  2. #baidu{ width:100%;margin:0;float:left;background:#FFE4FD;}
  3. #baidu .center{ width:1000px;float:left;}
  4. #baidu .center .left{width:300px; float:cen;}
  5. #baidu .center .right{float:left;margin-left:15px;}

  6. /*---bottom---*/
  7. #bottom{ width:100%; height:78px; background:url(/Skin/Qianshou/Images/20.gif) repeat-x; margin:0 auto; margin-top:0px; float:left}
  8. #bottom .center{ width:670px; margin:0 auto; height:78px;}
  9. #bottom .center .left{ float:left;}
  10. #bottom .center .right{ float:left; margin-left:15px; line-height:18px; padding-top:15px;}
复制代码
在宽屏的显示器上查看时百度搜索那段代码紧靠着屏幕的左侧了,如何修改让代码的1000px居中呢,谢谢。




欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/) Powered by Discuz! X3.3