Can anyone help me with this one?
I've managed to add bullet images to the list of links in my Information sidebox, but the same method doesnt seem to work for the products list in my Categories sidebox.
Any ideas why?
To get it to work in the Information sidebox I added the following to my CSS :
#informationContent.sideBoxContent ul li {
list-style-image: url(../images/bullet01.gif);
}
I thought that adding :
#categoriesContent.sideBoxContent {
list-style-image: url(../images/bullet01.gif);
}
....would give me the same result for my products list, but it doesnt work.
Help.
Here is a link for reference...
http://www.bathroomzone.co.uk
![]()



