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>
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>