Thanks!!!!!

-----Original Message-----
From: Bjoern Hoehrmann [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 10, 2008 12:55 PM
To: Angela French
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] help with childselector

* Angela French wrote:
>I don't understand why my list-style:none; is not working, especially
>since I made it important.  I can't even get it to go away if I put
>list-style:none inline on the webpage like this: <li
>style="list-style:none;">.

You are using the 'background' property to set the bullet. list-style-
type would only have an effect on the list-style-image property. To dis-
able the background-image use

  background-image: none;

Alternatively you could investigate using the list-style-image property
to set your bullet image.
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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