Hi all,
My content li has an image.
#content li {
list-style-type: none;
background: url(img/bullet.gif) no-repeat 0px 8px;
etc ...
}
How do I make an li below this id not have this image. I could make a new id/class but what is the syntax to cancel the image?
Thanks.
Age is a consequence of experience
My content li has an image.
#content li {
list-style-type: none;
background: url(img/bullet.gif) no-repeat 0px 8px;
etc ...
}
How do I make an li below this id not have this image. I could make a new id/class but what is the syntax to cancel the image?
Thanks.
Age is a consequence of experience