Forum Moderators: not2easy
<sorry no screenshot links please>
One DIV beside a second DIV.....IS IT THAT HARD? lol
I've tried float: (left and right), absolute, relative positioning, and a lot of other stuff. I'm either getting them overlapping (tried z-index...nope!) or one is diagonally below the other (always the right box, that is)
I've tried <span> but I need the content in each box to be formatted and they won't do it for some reason.
Someone shed some light? :)
[edited by: encyclo at 8:37 pm (utc) on June 22, 2008]
#left {float:left;}
<div id="left">Left</div>
<div>Right</div>
You can obviously set widths etc. to your liking.