Hi. I tried to contact the original maker, but got no response. I'd appreciate some help for my pet Saturn .
The hovers all work on the story, minion, treasure chest etc, but my pet overlay itself has stopped. It is located right above the minion, in case you can't easily find it. I have zero idea how to look through the code to see what's what. Nothing was ever changed, but out of nowhere that hover stopped working, as well as that awful back like going down the side. Any help on either one would be appreciated. :)
Saturns code
i put your overlay onto grillby, and it's not working at all. when i tried the url i got bounced back to the imageshack homepage. are you sure the url is valid?
[edit]
to be more specific, the issue is in this bit, specifically the url
{position:absolute;top:170px;left:-90px;background-image:url(http://img834.imageshack.us/img834/2535/saturnoverlay.png);opacity:0.5;-webkit-transition: opacity 1.3s linear;-moz-transition: opacity 1.3s linear;width:192px;height:202px;}
:hover{opacity:1.0;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}this code works fine when i change the image url (see grillby), so it's safe to say the link is dead. to fix it you just need to reupload the overlay either on imageshack or somewhere else (imgur, tinypic, etc) and change the old url to the new one c:
OH. I didn't realize that was the original image link and not where I saved it. The correct link is https://i.imgur.com/Qt0gJ.jpg
The profile itself obviously works, since it's currently working on my pet. It's just the the hover on the pet itself that makes my pet not visible.
EDIT: I fixed it in the OP
you don't need to do anything with the profile background, you need to change the pet_image url, img834.imageshack.us/img834/2535/saturnoverlay.png. this is the image that's broken. when this is updated, the hover should resume working normally. right now there is no image for the page to use, so it's acting if there's no overlay at all.