I've been experimenting with my pets profiles, and I've gotten a few things down pat but there are some things I've seen that I go "How do they do that???"
I've seen quite a few profiles around subeta, and I love the whole overlay idea, but I'm not quite sure how some people can do both an overlay AND a background.
Amore's Edward Cullen has this.
Is the image just attached to the background or..... is there some code I'm not sure of?
Also I think this is the right forum to ask this in XD
the background and overlay are two seperate codes.
to put an overlay down use this code in your style tags:
div.pet {background-image: url(URL); background-repeat: no-repeat; width:200px; padding-top:200px;}
div.pet img {display:none}
does this answer your question?