list-display-image not working
-
I’ve done this command before on other websites with success, but I think I might be doing something wrong with this one.
What I want is a basic inline list with bullet image of a small pear, png. Here’s what I have.
<div id="navbar"> <ul id="pagenav"> <li class="page_item page-item-14"><a href="/?page_id=14" title="Jason">Jason</a></li> <li class="page_item page-item-16"><a href="/?page_id=16" title="Jennifer">Jennifer</a></li> <li class="page_item page-item-6"><a href="/?page_id=6" title="Our Story">Our Story</a></li> </ul></div>
And the CSS:
#pagenav , #pagenav li { margin:0; padding:18px 0 0 10px; display:inline; line-height:1em; } #pagenav a { color:#D8D8B1; display:inline-block; padding:5px; margin:0; text-decoration:none; } #pagenav a:hover,#pagenav a:active,#pagenav a:focus { text-decoration:underline; } #pagenav ul{ list-style-image:url(/images/pearicon.png); }
Thanks for any help you may have!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘list-display-image not working’ is closed to new replies.