Lining Up DIVs

liunx

Guest
Ok, so this is what i have right now: <!-- m --><a class="postlink" href="http://cshen.xedhost.net/mos2/">http://cshen.xedhost.net/mos2/</a><!-- m -->


as you can see, the box with the number "1" is lined up below the two menu boxes. How do i make it so that it is not effected by those two boxes, like that: <!-- m --><a class="postlink" href="http://img70.echo.cx/img70/1111/untitled90of.gif">http://img70.echo.cx/img70/1111/untitled90of.gif</a><!-- m -->

i've tried float, but the box would just ignore the double boarder (outer div), and would still be below the two menu divs. i tried position: absolute, it was lined up, but the box nolonger stretched the outer double boarder (that div at the out side) when i had a bunch of text...

and i still want it to be fluid and display properly and stuff...

What can i do? Thanks!

This would be XHTML 1.1 by the way.Put those two menus in a div and float that div to the left. Then clear the floats (<!-- m --><a class="postlink" href="http://bonrouge.com/br.php?page=floats">http://bonrouge.com/br.php?page=floats</a><!-- m -->).thanks! theres still some minor glitches but i'll be able to fix them myself, thanks again!
 
Back
Top