On Mon, Nov 16, 2009 at 9:04 AM, tedd <tedd.sperl...@gmail.com> wrote:
> Hi gang:
>
> The following link is a pure-css menu that works correctly in all
> browsers I've tested, except for FireFox:
>
> http://php1.net/a-menus/simple-drop-down/
>
> When viewing the above link in FireFox, there's a right-gap between
> the menu items and subsequent fly-out menus.
>
> I don't know why FireFox treats this menu differently than other browsers.
>
> Can anyone tell me why FireFox does this?
>
> Thanks,
>
> tedd

Because of the rule in menu.css:

*
        {
        margin:0;
        padding:0;
        -moz-box-sizing: border-box !important; <--- This one right here.
        }


-- 
-Jack Timmons
http://www.trotlc.com
Twitter: @codeacula
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to