Support » Themes and Templates » Help with page code

  • Resolved bsavi

    (@bsavi)


    So I am putting together a front page for my store. The goal is to have two logos that change color on mouse over. The technique that I use in my code works without issue in the sidebar and im not sure why it doesn’t work on a standard page.

    <table border="0">
    <tr>
    <td>
    <a href="http://www.modern-muscle.com/store-front/ta4"><img src="http://www.modern-muscle.com/wp-content/uploads/2011/10/gm-logo_red.jpg"
    onmouseover="this.src='http://www.modern-muscle.com/wp-content/uploads/2011/10/gm-logo_blue.jpg'"
    onmouseout="this.src='http://www.modern-muscle.com/wp-content/uploads/2011/10/gm-logo_red.jpg'"></a>
    </td>
    <td>
    <a href="http://www.modern-muscle.com/store-front/ta4"><img src="http://www.modern-muscle.com/wp-content/uploads/2011/10/Mopar_logo_red.png"
    onmouseover="this.src='http://www.modern-muscle.com/wp-content/uploads/2011/10/Mopar_logo_blue.png'"
    onmouseout="this.src='http://www.modern-muscle.com/wp-content/uploads/2011/10/Mopar_logo_red.png'"></a>
    </td>
    </tr>
    </table>

    The link is just filler but it will give you an idea of what I am looking to do.

    Any help is appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bsavi

    (@bsavi)

    Im gana bump this since it looks like I started it in the wrong section! Thank you for the move!

    To give an example of what I am trying to get it to do here is a link where the buttons are working correctly.
    Sidebar Page

    Thread Starter bsavi

    (@bsavi)

    Ok so it looks like the code is correct. When I go to the visual tab in the page menu it looks like it works great. So something is happening when I post it up. Any ideas on what I should check?

    Thread Starter bsavi

    (@bsavi)

    Never mind it start working, I have no idea why!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with page code’ is closed to new replies.