Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
#full {
position: relative;
width: 838px;
min-height:419px;
height:auto !important;
height:419px;
}
#full {
position: relative;
width: 838px;
height: 419px;
min-height: 419px;
}
#full {
position: relative;
width: 838px;
min-height: 419px;
}
* html #full{
height: 419px;
}
#full {
position: relative;
width: 838px;
min-height: 419px;
}
The best solution to this problem still needs some work...
mringlein's first solution will result in the height always being 419px (apply a background color to the CSS and view it in a standards-compliant browser to see what I mean).
mringlein's second solution uses the star html hack which should not be used anymore (see IEblog and Tantek Çelik)
An article at 24 Ways recommends using a child selector to deal with IE issues, because previous versions of IE do not support it, and IE7 should. That of course assumes that IE7 will fix all the other CSS problems still present in IE6
I'm not sure the web design community has settled on a definite solution to dealing with IE, and the debate will probably continue until at least the final version of IE7 is released.
So for now, I guess go with the child selector solution. Anyone have a better idea?
1 to 8 of 8