Previous Message
Next Message

What is this list nav bug in Firefox?

Sent by holly on 3 February 2005 20:08


From: "Tom Dell'Aringa"


> This has been bugging me for some time since I have it on a few of my
sites. If you look at this
> nav on the listamatic:
>
> http://css.maxdesign.com.au/listamatic/horizontal03.htm
>
> Notice in FF (PR1) that the one white vertical line is missing. It's
always one line, and it's
> always in the middle. Is there a fix for this, and what is the cause?
I can't seem to figure it
> out.

I copy pasted just the CSS for the nav and the html offered on that
page. I did not get the missing line between nav items. I figured it
must be other CSS on that page that was causing the issue. [checked
styles for selectors ul and body] Once I these  CSS items back in, the
disappearing line showed up.

Via process of elimination, I found that the styles for the body
selector seem to be the culprit for this one.

Copy and paste just the items for the nav [html and css] into an (x)html
doc, view in FF, notice no missing line.

Copy, paste the listamatic *body* styles in, view page in FF, line is
now missing.

Remove the font sizing item from the body styles.
*   font-size : 90%; *

The line will appear -- at least it did here
CSS bug hunting can be fun.  :)

holly marie

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: