[UPHPU] CSS Help

Brady Mitchell mydarb at gmail.com
Thu Aug 17 15:35:45 MDT 2006


On 8/17/06, Connor Boyack <cboyack at gmail.com> wrote:
> 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.

Thanks, that's helpful in understanding what's going on.  In case it's
not painfully obvious by now, I'm not a designer so I've still got
lots to learn about CSS.

:)

Brady


More information about the UPHPU mailing list