Hi Kenny,

I add what you suggest:
#menu ul li ul li a:hover {
  border-right-width: 0;

It's solved a part of my problem. The 4px red border disappear at the right
of the sub-menu when mouseover. It's ok for that.

But the 4px red border disappear to at the left of the sub-menus when
mouseover. I need to keep this left border to make the bridge between menu
and sub-menus during mouseover.

I need to know how I could keep this bridge between them during scrooling
sub-menus.

I would like to have exactly the same thing in FF that we could see in IE.

I know that I have a clipped off to fix in IE but my biggest problem now is
with the red border.

GJ


----- Original Message -----
From: "Kenny Graham" <[EMAIL PROTECTED]>
To: "Appalaches Web" <[EMAIL PROTECTED]>;
<[email protected]>
Sent: Tuesday, May 30, 2006 1:59 AM
Subject: Re: [css-d] World is upside-down, IE is good but FF is wrong


> Looks fine for me in FF, but the bottom nav item is clipped off in IE.
>  The only other difference I can see is that the submenu items have a
> red border on hover in FF and not IE.  However, FF is doing it
> correctly here, because of this rule:
>
> #menu ul li a:hover {
>      border-right: 4px solid #f00;
> }
>
> the <li>'s of the submenus are decendants of <ul>'s which are
> decendants of #menu.  If this is the problem you're talking about, it
> can be fixed by adding this rule:
>
> #menu ul li ul li a:hover {
>   border-right-width: 0;
> }
>
> It could be better fixed by changing the original rule's selector to
> #menu ul > li a:hover, but IE wouldn't understand that.
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- 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/
>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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