I have a table of thumbnail images link which i am trying to style with css so that i can apply a style "sold" to the <td> element to to overlay a sold sticker on top.
this sortof idea:
the current (broken) css is:Code:<td class="sold><img src="images/thumbnails/JM020.jpg" alt="JM020" /> </td>
which would slap a sold sticker over the top...Code:.sold { background-image:url(images/thumbnails/sold.png); z-index:5; }
any help greatly appreciated.


Reply With Quote
Bookmarks