At 10:29 AM -0600 11/16/09, Jack Timmons wrote:
>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

and

At 10:53 AM -0500 11/16/09, David Laakso wrote:
>Because it does not like this?
>-moz-box-sizing: border-box !important;
>
>~d

Gentlemen:

I've commented out the offending line, and now you can see the reason 
why it was there. Please review the following using FireFox:

http://php1.net/a-menus/simple-drop-down/

Now what?

Cheers,

tedd

-- 
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com
______________________________________________________________________
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