On 2/10/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
>
> #mainrightcol {margin: 0; overflow: hidden; padding-left: 20px; height: 1%;}
>
> * html #mainrightcol {overflow: visible;}
>
> #menu a {height: 1%;}
>
> - The first line simply isolates the #mainrightcol and adjust its
> spacing. This affects all browsers, but I've used different means
> (property: values) for the latest browsers and old IE6.
> You can, alternatively, float that element.
>
> - The second line makes sure older IE/win versions aren't broken by the
> 'overflow: hidden' in the first line.
>
> - The third line is a 'hasLayout' trigger for IE6 and older
> win-versions, which will kill their 'whitespace' bug.
>Thanks Georg. That's kicked the menu in to shape! Do you know why there is a couple of extra pixels under the header image? Firefox is respecting a max-height declaration of 150px but IE seems to be adding 3 pixels. Thanks Robin ______________________________________________________________________ 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/
