Hey Joel,

I finally got this fixed in IE, and I think the solution might be a
good addition to your css for the next fix. It seems to work
seemlessly in IE and FF, and Safari.

All i did was add z-index: 1; to the css element .nav li:hover, .nav
li.sfHover...

[code]
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
        background:#CFDEFF;
       z-index: 1;
}
[/code]

I hope this helps, great work by the way, thanks.
Pete

Reply via email to