Hello
Ok I have this CSS so as to add a small arrow image as a bullet as well as some other things.
Then I have this HTML that was pretty much generated by Wordpress.Code:#leftColumnIn ul {position: relative; margin: 15px 0 20px 10px; padding: 0; list-style: none;} #leftColumnIn li {margin: 0 0 .2em 0; padding: 0 0 0 20px; line-height: 1.4em; color:#817d62; background: url(images/bullet.gif) no-repeat 0 5px;}
The arrow shows up here too but I don't want it there, however I do want it on any other list within the #leftColumnIn divisionCode:<div id="leftColumn"> <div id="leftColumnIn"> <div class="meta">Filed under: <ul class="post-categories"> <li><a href="http://www.blog.cssbasics.com/index.php/archives/category/general/" title="View all posts in General">General</a></li> </ul> — Johnny Gulag @ 11:26 pm <a href="http:somelink.com/">Edit This</a> </div> </div> </div>
I have tried everthing I can think of to get rid of it while leaving the others untouched but I cannot seem to do it.
I have tried every combo of that that I can think of.Code:#leftColumnIn.meta li, ul.post-meta li {list-style: none;}
Any ideas?
Thanks
Johnny




I changed my lists to ul class="myList" then changed this:

But where is your list image? I can't see any list-image to switch off!
Bookmarks