怎样用CSS将着四个div实现同一条线,水平居中?

代码如下:<html><head><title></title><styletype="text/css">.one{border:2pxsolidred;width:2... 代码如下:
<html>
<head>
<title></title>
<style type="text/css">
.one{
border:2px solid red;
width:250px;
height:50px;
text-align:center;
background:#999;
float:left;}
.two{
border:2px solid red;
width:250px;
height:50px;
text-align:center;
background:#066;
float:left;}
.three{
border:2px solid red;
width:250px;
height:50px;
text-align:center;
background:#C90;
float:left;}
.four{
border:2px solid red;
width:250px;
height:50px;
text-align:center;
background:#F6F;float:left;}
</style>
</head>
<body>
<div class="one">one</div>
<div class="two">two</div>
<div class="three">three</div>
<div class="four">four</div>
</body>
</html>
展开
 我来答
百度网友d9ac3fb66
2013-02-22 · TA获得超过1282个赞
知道小有建树答主
回答量:538
采纳率:0%
帮助的人:588万
展开全部

设置它们的父级,如body:text-align:center;

给它们一个包含框如div,并设置:width、margin:0 auto;


<div id="d1">

        <div class="i">one</div>

      <div class="i">two</div>

      <div class="i">three</div>

      <div class="i">four</div>

</div>


#d1{text-align:center;}

.i{display:inline;margin: 0 auto; }

追问

效果不好,,这里面的四个盒子不是应该宽200 高50么,怎么这么小了?

#in{text-align:center; width:1000px; height:80px;}

.one,.two,.three,.four{display:inline;margin: 0 auto; }

#in是最外面的大盒子。

追答
哦哦,那就将display:inline;改为display:inline-block;就行了。
zhstar111
2013-02-22 · TA获得超过476个赞
知道小有建树答主
回答量:179
采纳率:50%
帮助的人:148万
展开全部
加一个大的DIV框住这4个DIV,设样式{width:1016px; margin:0 auto;}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式