Try styling the bullet with the background attribute.
selector li {
background: transparent url(/images/layout/squareBulletBlue.gif) left center no-repeat;
paddding-left: 25px;
}
You might have to reset the padding
and margin
on your ul
selector.
meep
2009-06-01 21:14:33