CSS bullet background image problem
-
I am trying to display image bullets for the recent posts, but only the last bullet shows up and the rest appear on hover.
URL: http://www.mobilekick.com
using <ul class=”bubble-list”> before the list
stylesheet is using
ul.bubble-list li {
padding-left: 15px !important;
background: url(images/link_bubble.gif) no-repeat left top !important;
}I’ve tried list-style-image: as well, nothing seems to work! Driving me NUTZ.
Thanks,
Jakov
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘CSS bullet background image problem’ is closed to new replies.