Hi,
I have two divs one after the other:
my goal here was to have the first one on the top left of the page, and the second one immediately to the right of it, but the second one is still below the first one.HTML Code:<div id="myDiv" style="float: left; width: 500px;"> </div> <div id="myDiv2" style="width: 500px;"> </div>
Could you please point out what I am doing wrong?
Thanks.


Reply With Quote

Bookmarks