新手div的嵌套不会排列整齐_html/css_WEB-ITnose

WBOY
풀어 주다: 2016-06-24 12:17:29
원래의
1310명이 탐색했습니다.

]#headertop{width:800px;height:20px;background:#CCFF77;}#headertop ul{list-style:none;}#headertop ul li{float:left;margin:10px auto 10px 0}#headerbottom{width:800px;height:80px;background:#CCFF44}#headerbottomleft{width:100px;height:80px;text-align:left;background:#CCFF55}#headerbottomcenter{width:400px;height:70px;background:#CCFF33}#headerbottomright{width:300px;height:70px;background:#CCFF66}<div id="header">    <!--页面头部-->	<div id="headertop">		<ul>			<li>亲,欢迎来淘宝!请</li>		</ul>	</div>	<div id="headerbottom">		<div id="headerbottomleft"></div>		<div id="headerbottomcenter"> </div>		<div id="headerbottomright"></div>	</div>  </div>
로그인 후 복사

[img=http://img.my.csdn.net/uploads/201212/09/1355025101_9227.jpg][/img我就是这样写的,怎么就是排列不整齐


回复讨论(解决方案)

<html><head>    <style type="text/css">#header{width:798px;height:198px;border:1px solid blue; }#headertop{width:798px;height:48px;background:#CCFF77;border-bottom: dashed 1px;}#headertop ul{list-style:none;display: inline;}#headertop ul li{float: left;line-height: 48px;margin-left:40px; }#headerbottom{width:798;height: 148px;background: #CBFF43;}#headerbottomleft{width: 100;height: 80px;margin: 0 auto;border-left: dashed 1px;border-right: dashed 1px;}#headerbottomcenter{width: 384px;height:68px;margin:0 auto;border-top:dashed 1px;border-left:  dashed 1px;border-right: dashed 1px;} </style><body>    <div id="header">        <!--页面头部-->        <div id="headertop">            <ul>                <li>亲,欢迎来淘宝!请</li>            </ul>        </div>        <div id="headerbottom">            <div id="headerbottomleft"></div>            <div id="headerbottomcenter"> </div>            <div id="headerbottomright"></div>        </div>    </div></body>
로그인 후 복사

我也新手呢,不对的地方请多包含,左后一个headerbottomright我没用,因为不知道哪里要用。

 
#headerbottom{width:800px;height:80px;background:#CCFF44;clear:both;}
#headerbottomleft{width:100px;height:80px;text-align:left;background:#CCFF55; float:left;}
#headerbottomcenter{width:400px;height:70px;background:#CCFF33; float:left;}
#headerbottomright{width:300px;height:70px;background:#CCFF66; float:right;}

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿