2012-08-31 64 views
0

我想對齊這些div彼此相鄰,但只有前兩個div對齊。 任何人都知道我必須做什麼?divs allignment

<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> 

回答

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>​ 
+0

haha​​ha.thanks人:)有沒有注意到, –

+0

@anjelos沒問題隊友:) – Undefined

+0

Somtimes它很容易:) +1 – HerrSerker