• Hi All.. I am having a problem getting some of my rollovers to swap image on mouse over. if you look on this test page http://www.sativarecords.com/site/?page_id=464 in the main content area i’ve got 5 images.. the top on is just a static image. The other 4 are all meant to be rollovers. For some reason I cant for the life of me get the one below the static image to work. It’s driving me mad because the other 3 work perfectly. Can anyone have a quick look at this page and see if you can notice anything thats wrong in the code ? I have inserted the javascript generated by dreamweaver, into my header.php and the html for the page was copied straight from dreamweaver from a fully working page. Thanks in advance for any help.. this ones beaten me for today 🙁 lol.

    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • They all work for me. I think the problem is patience. Your host, the server is so darn slow it takes a long time before all the necessary files are loaded.

    The one that isn’t working does not have the “onmouseout” and “onmouseover” code in it…

    <a target="_self" href="http://www.sativarecords.com/site/?page_id=240"">
    <img class="mouseover" width="600" height="200" alt="Download Revolution Time : The Mix Tape" data-oversrc="http://www.sativarecords.com/images/FORWORDPRESS/downloadMixTapeOver.png" src="http://www.sativarecords.com/images/FORWORDPRESS/downloadMixTapeOff.png">
    </a>
    <a target="_blank" href="http://www.sativarecords.com/music/Forward_To_Reality.mp3" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','http://www.sativarecords.com/images/FORWORDPRESS/forwardDloadOver.png',1)">
    <img id="Image1" width="300" height="250" border="0" alt="Download Forward to Reality - D&H Records" src="http://www.sativarecords.com/images/FORWORDPRESS/forwardDloadOff.png">
    </a>
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image Rollovers in page html PROBLEM !!’ is closed to new replies.