Posted by windandwaves on 11/09/76 11:17
Hi Dudettes and Dudes,
Sad as it may be, I am still having trouble with the float business.
If I want to put two divs next to each other and let them slip one under the
other in no way then how do I do that.
My plan was:
<DIV ID="main">
<DIV ID="menu" STYLE="float: left;">menu items</DIV>
<DIV ID="copy" STYLE="float: right;">copy stuff</DIV>
</DIV>
but it does not seem to work (COPY ends up under MENU - btw I am using HTML
strict)
what am i doing wrong?
TIA
- Nicolaas
[Back to original message]
|