Andy Mosmiller wrote: > It is hard to tell unless you worked on the site, but I am pretty sure > that IE 7 is setting the height of the content to exactly 300px as > specified in my IE conditional stylesheet (which of course acts as a > min-height for current versions.) Have people figured out how to tackle > this looming problem yet for when people start using this browser?
IE7 only has this problem when you used fixed units (like pixels). Where possible in such scenarios try to use percentages if you absolutely *must* show it a height (although I cannot think of a reason). In this case George has already provided you with the answer (* html hack to hide from IE7). HTH Mark ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
