http://bit.ly/bucIv7
I followed this CSS from post #14 of the stickied thread at the top of the forum to use my own images as bullets:
Code:
div.widget ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa334/images/icons/default-image.gif) no-repeat 0 3px;
}
div.widget ul li:hover,
div.widget ul li.sfhover {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa334/images/icons/hover-image.gif) no-repeat 0 3px;
}
Hopefully this is a simple question for someone out there?









Threaded Mode