Heim  >  Artikel  >  Web-Frontend  >  div问题。速度回答下呵呵_html/css_WEB-ITnose

div问题。速度回答下呵呵_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:10:21973Durchsuche



aaaa

bbbb

dddd

cccc


这段代码中如何让bbbb与dddd平排(如果不知道平排啥意思可以这样理解。bbbb在右上角,dddd在左上角)


回复讨论(解决方案)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>无标题页</title><script type='text/javascript' src='http://code.jquery.com/jquery-1.7.2.js'></script></head><body><style type="text/css">#head { margin:5px 500px auto;width:1000px; height:300px; background:#9FF;}#main {width:700px; height:300px; background:#9FF; float:right;}#tail { margin:5px 800px auto;width:700px; height:300px; background:#9FF;}#left{width:300px; height:700px; background:#9FF;float:left;}</style><body><div id="main">bbbb</div><div id="left">dddd</div><div style='clear:both'></div><div id="head">aaaa</div><div id="tail">cccc</div></body></html>

HTML code
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


无标题页…… <br> <br> 你那可能行到我这就不行了。估计是我这的分辨率等问题吧 <br> <p class="sougouAnswer"> 1楼是对的,学习了。。 </p> <p class="sougouAnswer"> 不知道可不可以用绝对定位呢?这个咋用的。。我还没用过 </p> <p class="sougouAnswer"> HTML code <br> nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <br> <br> </p> <br> <title>无标题页…… <br> +1
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn