You could remove bullets on lists with a general rule:     li { 
list-style-type: none; }

Then you could assign a "bullet" class to the list you want:     .bullet li 
{ list-style-image: url(images/bullet-teal.gif); }

Russ



----- Original Message ----- 
From: "Kathleen R Dery" <krd...@gmail.com>
To: <css-d@lists.css-discuss.org>
Cc: "Kathleen R Dery" <krd...@gmail.com>
Sent: Sunday, November 08, 2009 8:58 PM
Subject: [css-d] help with overriding a list style


> Hello, I need help:
>
> I have this css in an external file:
>
> .box_inner ul li {
>
>  list-style-image: url(images/bullet-teal.gif);
>
>  margin-left: 3em;
>
> }
>
> I only want this to apply to one list that has external links.  How
> can I override this css for my non-link lists?  The lists are all
> attached to boxes.  Here is the page with the external link lists; the
> other lists that I want to have no style-type-image are on other
> pages, but are coded exactly the same as the feedback page, except the
> feedback page has lists that are links.  I only want the links to have
> bullets.
>
> http://198.189.180.32/ma-ftp/media-arts/DMA_C111/dery/site/feedback_6.html
> http://198.189.180.32/ma-ftp/media-arts/DMA_C111/dery/site/main.css
>
> Thanks
> Kathleen
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> 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/ 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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