码迷,mamicode.com
首页 > 其他好文 > 详细

分别让div浮层靠左靠右和居中

时间:2015-04-13 07:12:11      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:div


DIV居中:

 

<div style="margin-left:auto;margin-right:auto;width:760px;background-color:Silver;">
DIV居中 CSS 代码 <a href="http://jihua.cnblogs.com">jihua.cnblogs.com</a>
</div>

 

DIV靠右:

 

<div style="margin-left:auto;margin-right:2px;width:760px;background-color:Aqua;">
DIV靠右 CSS 代码 <a href="http://jihua.cnblogs.com">jihua.cnblogs.com</a>
</div>

 

DIV默认靠左:

 

<div style="width:760px;background-color:Fuchsia;">
DIV靠左代码 <a href="http://jihua.cnblogs.com">jihua.cnblogs.com</a>
</div>

分别让div浮层靠左靠右和居中

标签:div

原文地址:http://shiluoxinqing.blog.51cto.com/10109079/1631589

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!