[EMAIL PROTECTED] wrote: > I have a tabs menu, it shows ok in ff2.x, ie6, opera, but fails in ie7 (and > safari 3 beta, but as it's a beta...). I'll probably make another stylesheet > for ie7 and try to load the appropriate one by detecting the browser, but I'd > like to know if there is a possibility to make this one work. > > The page url is: http://rmz.pl/movs.html > The css is: http://rmz.pl/default.css >
Your header is shorter than the content within it. Remove its height and add a float containment method to it. I tried overflow: auto and it worked in FF and IE 7, but test it in IE 6, Safari, and Opera at least. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
