div对齐

时间:2012-08-31 10:21:15

标签: html css

我试图将这些div对齐,但只有前两个div对齐。 谁知道我要做什么?

  <div id="user-tweets" style="float:left; width:25%; border:solid #FCF 1px; height:300px;"></div>
  <div id="map_canvas" style="float:left; width:45%; border:solid #FCF 1px; height:400px"></div>
  <div id="news-tweets" style"float:left; width:20%; border:solid #0056A3 5px; height:500px;"></div>

1 个答案:

答案 0 :(得分:3)

您似乎错过了第三项=

http://jsfiddle.net/dP9uK/

<div id="user-tweets" style="float:left; width:25%; border:solid #FCF 1px; height:300px;"></div>
<div id="map_canvas" style="float:left; width:45%; border:solid #FCF 1px; height:400px"></div>
<div id="news-tweets" style="float:left; width:20%; border:solid #0056A3 5px; height:500px;"></div>​