- Original Message -
From: 2geedesign
To: css-d@lists.css-discuss.org
Sent: Wednesday, October 19, 2005 3:08 PM
Subject: [css-d] Extra bullet point appears in firefox and netscape
When viewing the following page in firefox 1.0 (WIN) and netscape 7.1 (WIN)
an extra bullet
Hi Ian,
I believe this is because you have set a class for your unordered list
(ul) that defines a list-style-type to the ul itself.
Try changing the "list" class (.list) in your stylesheet to ".list li"
as shown below. This will ensure that the list-style-type is applied
only to the list i
> When viewing the following page in firefox 1.0 (WIN) and netscape 7.1 (WIN)
> an extra bullet point appears to the left of the main list. Ideas as to why
> and cures to fix this problem would be much appreciated.
>
> http://www.bearingsfiltration.co.uk/
Duno why, but the display:list-item; is
You're displaying your as a list-item itself. You don't really
mean to do that, you actually just want the s inside of the
to be list items. Take that instruction out of .list in your style
sheet and you're good to go.
On 10/19/05, 2geedesign <[EMAIL PROTECTED]> wrote:
> When viewing the followi
When viewing the following page in firefox 1.0 (WIN) and netscape 7.1 (WIN) an
extra bullet point appears to the left of the main list. Ideas as to why and
cures to fix this problem would be much appreciated.
http://www.bearingsfiltration.co.uk/
Cheers
Ian W Geddes
___