Disjointed rollovers / Dreamweaver

Discussion in 'Web Design & Programming' started by Ferg, May 23, 2007.

  1. Ferg

    Ferg Manbearpig

    Likes Received:
    0
    Trophy Points:
    16
    I have a stupid problem, ive designed a quick site (just for a draft) in fireworks and have been applying rollover imageswaps to links fine. I have also added a few disjointed imageswaps to the 'services' and 'history' links, when i preview my work in firefox or IE directly from dreamweaver all the rollover image swaps work perfectly..... but when i ftp the whole lot up onto the web the disjointed swap stops working, can anyone think of why this may
    be. Ive tried letting dreamweaver write the code looking like this:
    Code:
    <td colspan="2"><a href="javascript:;"><img src="services_bar.gif" name="Image49" width="117" height="22" border="0" id="Image49" onmouseover="MM_swapImage('Image49','','rollovers/services_bar.gif','top_left_triangle','','top_left_triangle_services.gif',0)" onmouseout="MM_swapImgRestore()" /></a></td>
    Or writing it myself thus:

    Code:
    <td colspan="3"><a href="javascript:;" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image50','','rollovers/history_bar.gif','top_left_triangle','','top_left_triangle_services.gif',0)"><img src="history_bar.gif" name="Image50" border="0" id="Image50" /></a></td>


    But neither of them work. I have put the draft up here (hovering over the second two links should change the triangular picture)

    Been getting more and more furious with this over the past few hours so am giving up for the night in the hope that someone may have pointed out an error by tomorrow :)
     

Share This Page