Trying to make a rollover button using the text sidebar widget
-
So I already have image links in my blog sidebar, but I want to make them into buttons that change color when the mouse moves over them. Right now the buttons are in an image widget, but from what I understand, to do this I need to put them into the “text” widget, because I need to enter code.
Here’s my blog:
https://www.megandowntherabbithole.comHere’s the code I entered:
<!–start_raw–><a href="www.megandowntherabbithole.com/blog" target="_top" onmouseover="document.blog.src=https://www.megandowntherabbithole.com/wp-content/uploads/2011/09/blog-nav-buttonsrollover.jpg" onmouseout="document.blog.src='https://www.megandowntherabbithole.com/wp-content/uploads/2011/09/blog-nav-buttons.png'"> <img src=https://www.megandowntherabbithole.com/wp-content/uploads/2011/09/blog-nav-buttons.png style="width:170px; height:170px; border:0px solid #cc3300;" alt="Move your mouse over me" name="blog"> </a><!–end_raw–>
The button shows up, and the link works, but it isn’t changing color on the mouseover. (The button I’m talking about is on the bottom right corner of the page).
Am I missing something? Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Trying to make a rollover button using the text sidebar widget’ is closed to new replies.