Guy K. Haas wrote:
D'oh.  OK.  How about http://covinahigh68.com/navtest.html

In IE and Opera, it works as advertised, tabs with text and no bullets.
In Firefox 1.0.6, the bullets appear.

What am I overlooking?

_Where_ you put that style.

#navigation ul {list-style: none;}
...is no good since there's no bullets on ul.

#navigation li {list-style: none;}
...will work just fine.

It's the 'float:left;' style that makes most browsers hide the bullet, but that's not good enough for Firefox.

        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to