Okay, on my main profile, I want to make custom buttons for my pets but I am unsure on how to do the coding to make it roll over, since the one I am using that is suppose to work, is not working.
<a href="URL TO PAGE"><img src="MAIN IMAGE 1" onmouseover="this.src='MAIN IMAGE 2'" onmouseout="this.src='MAIN IMAGE 1'" height="75"/></a>
Example: you hover over the link and it changes and you move it off and it goes back to normal. I really unsure how to explain without sounding confused or going in circles.
I'm too cool for a signature UwU
I swear I'm on vacation for a month and nobody answers threads anymore :P Anyway, if you are still interested, what you are looking for can be done for example like this
<a href="URL TO PAGE"><div id="button1"></div></a>
<style>
{height:100px; width:100px; background-image:url(IMAGE 1 URL HERE);} :hover{background-image:url(IMAGE 2 URL HERE);} </style>
I know and I was really starting to lose hope on this whole situation and OMG THANK YOU SO MUCH I can finally finish my profile. Thank you for all the help xD
I'm too cool for a signature UwU
You are welcome! c: