[UPHPU] CSS Help

Connor Boyack cboyack at gmail.com
Thu Aug 17 14:09:29 MDT 2006


On 8/17/06, Brady Mitchell <mydarb at gmail.com> wrote:
>
> I know I need to use relative positioning, but I could use any hints
> or links to sites/tutorials that you may have that would help me
> figure this out.
>

You'll need to make sure you're not specificing top: styles for the divs,
because then they won't change when the menu is hidden.  I'd just use
block-displayed divs for the title bar and the menu, float the left-hand
menu left, float the body content right, and then the footer at the bottom
with a clear:both; assigned to it to have it display below the menu and
content.

That way, no relative position is needed at all, and when you give a
display:none; to your menu div, everything will automatically move up to
just below the title bar.

-- 
Connor Boyack
http://www.connorboyack.com
http://www.webvidpro.com


More information about the UPHPU mailing list