Forums / Cotonti / Support / Thumbnails

chobblr
#12652 2009-05-19 22:03
CSS is far easer to do it in..i could simply use a code like below
.div IMG {box-shadow: 2px 2px 5px #000;} but only a few browsers will see it
or i could try
.div IMG {padding-right:4px;padding-bottom:4px;background-image:URL('dropshadowimage.png')} all browsers will see

but..both have there pros and cons, if i where to hard code it in it should be see able on all browsers and using no more images than before..