Brett Derry wrote: >> www.coopintranet.co.uk/xmas
> Further to my last email, I've played around a little with my margins > on my wrappers and changed my _width: expression in my ie.css > stylesheet and it seems to have sorted it! As far as I can see you now have a solution that makes IE6 freeze on min-width. The reason is that the IE-expression you use is a Quirks mode version, that IE6 chokes on when in standard mode. If you want it to work flawless, then a "dual mode expression" is a better choice. Several versions here... <http://www.gunlaug.no/contents/wd_additions_14.html> ...and I think the "pixel-based min/max-width expression" is what you want. Note: no min/max solutions for IE6 are bullet-proof, as they rely on javascript support. Apart from that; IE-expressions are as bullet-proof as any other solutions - when done right. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
