Tidbeck Posted September 21, 2011 Posted September 21, 2011 Im trying to use a very small image as a bullet image that i would like to appear in the category and information boxes I've tried to alter the stylesheet like this: .infoBoxContents { font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 2em; background: #ffffff; list-style-image: url(/images/b.png); but with no success, any ideas how to get it to work? /Elin
Tidbeck Posted September 21, 2011 Author Posted September 21, 2011 of-course as soon as i posted this i found a solution in this add on: http://www.oscommerce.com/community/contributions,568
MrPhil Posted September 22, 2011 Posted September 22, 2011 list-style-image: url(/images/b.png); was incorrect anyway. It says to find the image at /images/b.png, which presumably is the wrong place. You probably wanted list-style-image: url(images/b.png); which says to look in ./images relative to the directory holding the .css file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.