Ok,
I can't seem to figure out how to do a very simple style sheet modification.  And I usually get this right away...
My modification is to add a simple collapsed border to my thumbnail images in the style.css file.
Btw, I am using the Interspire shopping cart and I am 100% sure I am modifying the correct template, but I am unsure why this code isn't working as planned:
Code:
border-collapse:collapse 1px #000;
I am not getting any border around the image at all.
Ok, after changing the above to:
Code:
border: solid 1px #000;
I've got the border, but for some reason, I can't get the collapse to work...When I add collapse to it, the border disappears.
What's the trick?
Thanks for ithe help.
__________________
Made2Own
Last edited by Brian07002; 01-03-2009 at 12:59 PM..
|