im trying to watermark some thumbs
Code:
a img{
border: 1px solid #000000;
width: 240px;
height: 180px;
background:transparent url(play.png) bottom right no-repeat;
it works but the only problem is that my original thumb i want to watermark is OVER the play.png instead of UNDER it, anyone knows what i need to add? searching google for too long now
thanks