Ingo,

Add these rules:

#heading {
position: relative;
}

#heading h1 {
bottom: 0;
position: absolute;
}

Works for me. vertical-align is a table-only property, and I resent it 
for taunting us from within those stupid confines.


Regards,
Barney


Ingo wrote:
> Dear list,
> 
> http://web-bereiter.de/chobocca.com/test06/de/index.html
> using
> http://web-bereiter.de/chobocca.com/test06/chobocca.css
> 
> I'm trying to fix the h1 to the very bottom of #heading, and fail so 
> far. The idea is to have a constant 16px gap between the heading text h1 
> and the text p in #textbox. In other words I want the textline in h1 to 
> "grow upwards", no matter what font or size. margin-bottom:0 and 
> vertical-align:bottom don't help.
> 
> Growing downwards is no problem (needed in the footer). Must be a 
> standard problem, appreciate any idea.
> 
> 
> Regards, Ingo
> ______________________________________________________________________
> 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/
______________________________________________________________________
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