Replies

May 18, 2009 16 years ago
Kali_818
is fashionable
User Avatar

I'm using this code for my overlays and it works every time ^_^

div.pet {background-image: url(IMG URL HERE); background-repeat: no-repeat; width:200px; padding-top:200px} div.pet img {display:none}

Lovely Artwork by <3

May 18, 2009 16 years ago
Pirate
has been EXTERMINATED
User Avatar
Spite

Did you put it between style-tags? Without it can't work of course. :)

<style>div.pet {background-image: url(IMG URL HERE); background-repeat: no-repeat; width:200px; padding-top:200px} div.pet img {display:none}</style>

Please log in to reply to this topic.