On 7 Jul 2007, at 13:46, Gary Benson wrote: > Oh, that's perfect, thanks :) > But what is the "zoom: 1" for?
overflow:hidden; causes all browsers (well, the ones that count, and IE) to contain floats. zoom:1; causes hasLayout to trigger in IE, which has a similar effect of containing floats. More info on hasLayout here: http://www.satzansatz.de/cssd/onhavinglayout.html More info on containing floats here: http://www.ejeliot.com/blog/59 ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
