源码论坛,商业源码下载,尽在锦尚中国商业源码论坛
标题:
帮忙看下这段代码哪里出问题了(DIV+CSS)
[打印本页]
作者:
QQ0357
时间:
2010-5-1 09:24
标题:
帮忙看下这段代码哪里出问题了(DIV+CSS)
帮忙看下这段代码哪里出错了。
出错页面
http://www.lfqianshou.com/
页面代码如下:
<!--百度搜索和友情链接-->
<div id="baidu">
<div class="center" align="center">
<div class="left">
<form action="http://www.baidu.com/baidu" target="_blank">
<table bgcolor="#FFE4FD"><tr><td>
<input name=tn type=hidden value=baidu>
<input type=text name=word size=15>
<input name=ie type=hidden value=utf-8>
<input type="submit" value="百度搜索">
</td></tr></table></form>
</div>
<div class="right">友情链接:{$For(FriendsList,1/2/5)$}
<span><a href="{$FriendsUrl$}" title="{$FriendsAbout$}">{$FriendsName$}</a></span>
{$Next$}</div>
</div>
</div>
<!--底部-->
<div id="bottom">
<div class="center">
<div class="left"><a href="#" target="_blank"><img src="/Skin/Qianshou/Images/19.gif" border="0" /></a></div>
<div class="right">{$Info(3)$}</div>
</div>
</div>
复制代码
CSS如下:
/*---baidu---*/
#baidu{ width:100%;margin:0;float:left;background:#FFE4FD;}
#baidu .center{ width:1000px;float:left;}
#baidu .center .left{width:300px; float:cen;}
#baidu .center .right{float:left;margin-left:15px;}
/*---bottom---*/
#bottom{ width:100%; height:78px; background:url(/Skin/Qianshou/Images/20.gif) repeat-x; margin:0 auto; margin-top:0px; float:left}
#bottom .center{ width:670px; margin:0 auto; height:78px;}
#bottom .center .left{ float:left;}
#bottom .center .right{ float:left; margin-left:15px; line-height:18px; padding-top:15px;}
复制代码
在宽屏的显示器上查看时百度搜索那段代码紧靠着屏幕的左侧了,如何修改让代码的1000px居中呢,谢谢。
欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/)
Powered by Discuz! X3.3