CSS layout for <LI>
-
My site I’m working on is here: https://celtics.twistshow.com.
I have the Democracy AJAX Poll plugin running in my sidebar. What I want to do is remove the list-style-image from the <LI> items in the plugin code that i have associated with all the other <LI> tags on the sidebar. I’m not sure of the CSS code to accomplish this.
the poll is in its own div id=”democracy” tag
The actuall poll and options are in their ownul
li
li
ul
tags. I want the- items in the #democracy id div to not have an image at all.
I tried this#democracy ul li {
list-style-image: none;
}but that didn’t work. I’m not a CSS genious so any help would be appreciated.
Thanks
- items in the #democracy id div to not have an image at all.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS layout for <LI>’ is closed to new replies.