Hi.

When I apply this inline style to my <ul> the orangedot.gif shoes up as it
should:

<ul style="list-style-image: url(images/orangedot.gif);">

When I move this to the stylesheet like so:

ul.orange-bullet {
list-style-image: url(images/orangedot.gif);
}

and apply the class: <ul class="orange-bullet"> the style is ignored.

There are no other <ul> or <li> styles in the style sheet. Anyone know why
this would be happening?

Thanks,
JP
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to