On 20.11.2005 23:01, Mark Mckee wrote: > hi all > > im having slight difficulty with minimum height in IE. it works fine in > FF and all the info i can find suggests that it shoudl work in IE. >
All the info I could find, suggests that it isn't working in MSIE/PC. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie60/html/cssenhancements.asp Click on => Additional properties > site at > http://www.soddengecko.com > > css at > http://www.soddengecko.com/soddengecko.css > > > any ideas out there? > This should help you getting your goal. #middle { min-height: 450px; height: auto !important; height: 450px; } MSIE/PC will apply the 450px height. Other browsers understand !important (including IE/Mac) and will apply auto height instead. Regards, Uwe Kaiser ______________________________________________________________________ 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/
