>>Connor Boyack wrote: >>However, in IE7b2, the overflow:visible; doesn't get caught for whatever >>reason, and it doesn't expand vertically. Anybody know a fix for this?
I'm on digest so ignore me if this has already been answered. Overflow isn't your problem. There's a new beta version available(1) which supports min/max width & height. You can read more about that and an interesting review from 456 Berea Street(2). If you choose to download, then you will need to hide the #content height declaration from IE7, and your best bet is probably conditional comments. Incidentally, the reason it is currently failing is due to the fact your current beta version (or at least betas prior to the March 20 release) implement height in the same way more standards compliant browsers do. IE7 will honour a fixed dimension (such as pixels or ems) and will not expand past this as you've discovered(3). There is however a workaround - feed it a percentage height and all will be well. <!--[if IE 7]> #content {height: 1%;} <![endif]--> However, personally I would just get the newer release and forget about it. HTH Mark 1. http://www.microsoft.com/windows/IE/ie7/default.mspx 2. http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ 3. http://www.webmasterworld.com/forum83/8361-4-10.htm ______________________________________________________________________ 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/