On a pet profile? And preferably not be clickable, heh. I feel like it's much easier than I'm making it out to be. I did it in web design a year or so ago, but I can't remember how :P
Thanks for your help in advance, and so sorry if this is in the wrong spot ^^; There are so many html/css forums!
Pinging is greatly appreciated, too :)
I think it will work if you just create a div (and give it an id) and in your CSS for the div, make the first image the background. Then just go:
:hover { background: url(OTHERIMAGEURL) no-repeat; }