I am trying to align these divs next to each other but only the first two divs are aligned.
Anyone knows what i have to do?
<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>
Looks like you were missing an
=on the third item.http://jsfiddle.net/dP9uK/