We have a site that we use CSS to set 100% width and 100% height to cover
the browser no matter the window size. We used a min-height setting to keep
the site scrollable when needed in smaller resolutions or if the window is
not maximized.

This (of course) works everywhere except Internet Explorer.
Has anyone had this same issue or found a workaround for IE so the file is
displayed properly?

HereĀ¹s what we tried...

<!-- 
/* start hiding from ie5 mac \*/
html { height: 100%;}
object, embed { height: 100%; min-height:600px; }
/* stop hiding from ie5 mac */
body { height: 100%; min-height:600px; }
--> 

Thanks for any input!

//angie jantz


______________________________________________________________________
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/

Reply via email to