How can I have a small 1px or 2px frame around every thumbnail created?
I try to use background but it does not show...
any idea?
Thanks
.frame .nspArt img.nspImage { border-bottom-style:ridge;
border-color:black;
border-image:initial;
border-left-style:outset;
border-right-style:outset;
border-top-style:outset;
border-width:initial}