1.html 并列多个DIV多种显示方式。
<!doctype html>
<style type="text/css">
#pages {width:900px;background-color:black;margin:auto;}
#d1 {width:200px;height:100px;float:left;background-color:red;}
#d2 {width:200px;height:100px;float:left;background-color:yellow;}
#d3 {width:200px;height:100px;float:left;background-color:green;}
#d4 {width:200px;height:100px;float:left;background-color:green;}
</style>
<div id="pages">
<div id="d1" style="float:right"></div>
<div id="d2" style="float:left"></div>
<div id="d3" tyle="float:left"></div>
<div id="d4"style="float:left"></div>
</div>
2.利用宽度比例设置
<!doctype html>
<style type="text/css">
#pages {width:100%;background-color:black;margin:auto;}
#d1 {width:10%;height:40px;float:right;background-color:white;}
#d2{width:40%;height:40px;float:left;background-color:white;}
#d3{width:20%;height:40px;float:left;background-color:white;}
#d4{width:30%;height:40px;float:left;background-color:white;}
</style>
<div id="pages">
<div id="d1" style="float:right"></div>
<div id="d2" style="float:left"></div>
<div id="d3" style="float:left"></div>
<div id="d4" style="float:left"></div>
</div>
以上两种就可以设置并列div了。
html 并列多个DIV
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
用Java写一个生日祝福
用Java写一个生日祝福
System Image 抽象类 -
Pythonif并列条件怎么写 python中if条件并列
条件和循环不仅是计算机语言中常用的语句,而且也是我们日常生活中常用的沟通方式,如果明天下雨那么我一定会拿伞,这就是比较鲜明的一个条件语句;当然如果你说男生不仅都是大猪蹄子,而且还是复读机,总是在说“多喝热水”;那么这个复读就是一个循环的过程;所以本章我们主要讲一下条件判断和循环的用法。4.1 改进数字游戏—if语句还记不记得我们在第一章开始就写好的一个“小游戏”,我们把它再列出来看看:# ----
Pythonif并列条件怎么写 c语言if多条件并列 for each循环 python elseif用法 while循环random结合