Could someone give me the code to overlay treasure items please, I'm looking to overlay only one item not the whole treasure chest^^ Thanks!
Try this
img{
visibility:hidden;
}
{
background-image:url(OVERLAY URL HERE);
}
the number 1 would change to where in the TC the item is located, so if you want an overlay for the 4th item it would be 4, etc.
If you have any css things added to your treasure items, such as borders, opacity, resizing, you would also have to add it to the "" div (the one where you put the URL)
*~*MiDnIgHtShAdOw*~*
Join Style-File!
, worked like a charm! Thank you^^