[EMAIL PROTECTED] wrote:
> Could I please have a cross browser site check!!
> 
> http://www.organ.id.au

> I am experiencing a problem in IE 6. when I mouseover the navigation,
>  the is div cut off at the bottom of the page.

IE6 is losing track of the navBar's area. Giving navBar 'Layout' will
solve that, but can't be applied directly on top of existing styles
without causing other problems.

I'd suggest some minor changes / additions...

#navBar {width: 163px; margin: 0;}
* html #navBar {overflow-x: hidden;}
* html #navBar li {height: 100%;}
* html #navBar ul li a {display: block; height: 100%;}

...which will solve that and a few other problems in IE6, and improve
cross browser stability.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to