Re: [css-d] help with childselector

2008-12-10 Thread Angela French
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-st

Re: [css-d] help with childselector

2008-12-10 Thread Bjoern Hoehrmann
* 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: style="list-style:none;">. You are using the 'background' property to set the bullet.

[css-d] help with childselector

2008-12-10 Thread Angela French
I have a child that just won't behave! I have a left hand navigation bar that has a list with an image in the background for the bullet. It is styled like this: #navLeft ul { padding-left:0; margin-left:0; list-style:none; } #navLeft ul li { paddin