[css-d] Firefox menu has 1 less pixel...argh!

2007-04-06 Thread Tom Dell'Aringa
Hi there, I've mostly got my menu done, but there is one small (1 pixel small) problem. Somehow, in FireFox the menu is *1 pixel* shorter in height than in IE. I have seen this before but cannot remember, nor figure out how to fix it. I can't seem to figure what is causing the one pixel difference

Re: [css-d] Firefox menu has 1 less pixel...argh!

2007-04-06 Thread ~davidLaakso
Tom Dell'Aringa wrote: > Hi there, > > I've mostly got my menu done, but there is one small (1 pixel small) > problem. Somehow, in FireFox the menu is *1 pixel* shorter in height than in > IE. I see no difference in IE6, IE7, or FF/2.0.0.3. Can't vouch for earlier versions of FF. However, th

Re: [css-d] Firefox menu has 1 less pixel...argh!

2007-04-06 Thread Lori Lay
Tom Dell'Aringa wrote: > Hi there, > > I've mostly got my menu done, but there is one small (1 pixel small) > problem. Somehow, in FireFox the menu is *1 pixel* shorter in height than in > IE. I have seen this before but cannot remember, nor figure out how to fix > it. I can't seem to figure what i

Re: [css-d] Firefox menu has 1 less pixel...argh!

2007-04-06 Thread Philippe Wittenbergh
On Apr 7, 2007, at 1:59 AM, Tom Dell'Aringa wrote: > It seems to me its the A rule where the spacing is set in the > padding, with > 10px padding top and bottom. Possibly coupled with the 90% font > size - is > that the difference? > > Normally, I would hardly sweat a 1-pixel issue, except fo

Re: [css-d] Firefox menu has 1 less pixel...argh!

2007-04-06 Thread Tom Dell'Aringa
On 4/6/07, Lori Lay <[EMAIL PROTECTED]> wrote: > > Tom, > > You might be right about the 90% font size. Changing it to .95em > helped... If you don't have it already, you might try installing > Firebug - it allows you to play around with the CSS and see the results > immediately, right on screen.