div css如何实现子DIV水平居中???
外面的DIV宽度不定。里面有个子DIV宽度也不定。这种情况下。如何实现子DIV的宽度剧中??<divclass="find_center"><DIVid="find_bu...
外面的DIV宽度不定。 里面有个子DIV宽度也不定。这种情况下。如何实现子DIV的宽度剧中??
<div class="find_center">
<DIV id="find_button">
<DIV class="find_button_left"></DIV>
<DIV class="find_button_center"><a href="#">查询查询查询查询查询查询查询</a></DIV>
<DIV class="find_button_right"></DIV>
</DIV>
<DIV id="find_button">
<DIV class="find_button_left"></DIV>
<DIV class="find_button_center"><a href="#">查询</a></DIV>
<DIV class="find_button_right"></DIV>
</DIV>
<DIV id="find_button">
<DIV class="find_button_left"></DIV>
<DIV class="find_button_center"><a href="#">查询查询查询查询查询查询</a></DIV>
<DIV class="find_button_right"></DIV>
</DIV>
</div>
我要实现3个FIND_BUTTON水平剧中 展开
<div class="find_center">
<DIV id="find_button">
<DIV class="find_button_left"></DIV>
<DIV class="find_button_center"><a href="#">查询查询查询查询查询查询查询</a></DIV>
<DIV class="find_button_right"></DIV>
</DIV>
<DIV id="find_button">
<DIV class="find_button_left"></DIV>
<DIV class="find_button_center"><a href="#">查询</a></DIV>
<DIV class="find_button_right"></DIV>
</DIV>
<DIV id="find_button">
<DIV class="find_button_left"></DIV>
<DIV class="find_button_center"><a href="#">查询查询查询查询查询查询</a></DIV>
<DIV class="find_button_right"></DIV>
</DIV>
</div>
我要实现3个FIND_BUTTON水平剧中 展开
10个回答
展开全部
用<center></center>标签包含<body></body>标签
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
里面这层div的样式加上
text-align:center;
margin-left:auto;
margin-right:auto;
或者
text-align:center;
margin:0 auto;
text-align:center;
margin-left:auto;
margin-right:auto;
或者
text-align:center;
margin:0 auto;
更多追问追答
追问
试过了。不可以的。我这个情况比较麻烦。是一个大DIV(宽度不定)里面有3个子DIV(宽度不定)。之后3个子DIV里又有3个DIV。我要实现里面3个子DIV在整个页面剧中。因为里面3个是按钮。文字可能有多有少。不能固定宽度。所以很麻烦。
追答
哦 原来是有还有三个 那么这三个怕是得加上浮动咯
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如果在CSS里用text-align:center; 只对文本对齐。
我常直接用align:center;
如:<div class="find_center" align="center"> <div></div> </div>,里面的DIV就对齐了
我常直接用align:center;
如:<div class="find_center" align="center"> <div></div> </div>,里面的DIV就对齐了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询