Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with rollover buttons

Status
Not open for further replies.

guytoon

Technical User
Jun 5, 2002
54
GB
Hi guys
I have a problem with some rollover buttons which were part of an illustrator slice and export exerciseon a multi-lingual site. On this simple site everything loads on the home page but when you click the links the buttons only display the text and you have the normal red cross icon. This goes for the .jpg images as well on the contact page, which preview fine on the homepage until the links are activated. If you roll over the mouse the secondary image appears but the restore image fails to load! The code I used for the buttons:

<TD ALIGN=left VALIGN=top> <a href="sixieme.html"><img src="/images/sixieme_off.gif" alt="sixieme button" name="sixieme button" width="90" height="33" border="0" onMouseOver="MM_swapImage('sixieme button','','images/sixieme_on.gif',1)" onMouseOut="MM_swapImgRestore()"></a></TD>
<TD ALIGN=left VALIGN=top> <a href="cinquieme.html"><img src="/images/cinquieme_off.gif" alt="cinquieme button" name="cinquieme button" width="90" height="33" border="0" onMouseOver="MM_swapImage('cinquieme button','','images/cinquieme_on.gif',1)" onMouseOut="MM_swapImgRestore()"></a></TD>
<TD ALIGN=left VALIGN=top> <a href="quatrieme.html"><img src="/images/quatrieme_off.gif" alt="quatrieme button" name="quatrieme button" width="89" height="33" border="0" onMouseOver="MM_swapImage('quatrieme button','','images/quatrieme_on.gif',1)" onMouseOut="MM_swapImgRestore()"></a></TD>
<TD ALIGN=left VALIGN=top> <a href="contact.html"><img src="/images/contact_off.gif" alt="contact button" name="contact button" width="90" height="33" border="0" onMouseOver="MM_swapImage('contact button','','images/contact_on.gif',1)" onMouseOut="MM_swapImgRestore()"></a></TD>
<TD ALIGN=left VALIGN=top>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top