Hi!

A further problem will then be that IE does not understand min-height,
so you need to have a min-height filter for that. It might look like this:

/* for Mozilla/Safari/Opera */
*>#youritem {
min-height:100%;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #youritem {
 height: 100%;
}
/* end of (minimum) height Filter */

IE does only read the height:100%; but it will enlarge if your content
is larger than 100% - just like you'd expect from min-height.

Greets,
Tobias

Uwe Kaiser schrieb:

> This is the correct behavior. If you don't want it, you should not set
> an explicit hight. You could set a min-height of 100%, instead.


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

Reply via email to