> > #heading {
> > position: relative;
> > }
> > 
> > #heading h1 {
> > bottom: 0;
> > position: absolute;
> > }
> > 
> > Works for me.
> 
> Thanks, for me, too. Now I gotta read why ;)

from http://css-discuss.incutio.com/?page=AbsoluteLayouts

"The CSS2 specification tells us that an absolute positioned element is
"assigned a position with respect to a containing block". This is not
particularly clear - what it actually means is that the element is
positioned with respect to the "nearest" containing block that is itself
positioned using either position: absolute or position: relative."

Helped me enormously to be directed to this bit of deduction when I was
doing something similar (or attempting it, anyway.)

joel
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to