I have created an unordered list in one of my views. I have a small icon i'm trying to use as the list-style-image instead of the small circles.

For some reason the views will not acknowledge my css to use the image. What's more frustrating is that when I create a < ul > without the views and use that same list-style-image it works fine.

I tried the following css styles and it didn't work with the < li >s created by the views.
=============================================

.pv-downloads li {
list-style-image: url(images/li_graphic_notes.png);
}

li {
list-style-image: url(images/li_graphic_notes.png);
}
=============================================

Even when I change the css for the < li > tag, all < li >s on the page reflect the change instead of the ones created by the views. Is there something I'm missing here?

Comments

Poieo’s picture

If you could provide a link we could examine the code. Without looking at the source...it is impossible to say.

erdubya’s picture

Thanks Poieo... I figured it out. I was able to solve the problem using the view template files and styling each list item within the li tag