Replies

Aug 2, 2014 11 years ago
Mizu
is a red shirt
User Avatar
Misery Hijikata

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

Aug 23, 2014 11 years ago
Silverfish
is a survivor
User Avatar
Xingese

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>

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Aug 27, 2014 11 years ago
Mizu
is a red shirt
User Avatar
Misery Hijikata

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

Aug 27, 2014 11 years ago
Silverfish
is a survivor
User Avatar
Xingese

You are welcome! c:

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Please log in to reply to this topic.