Sunday 09 May 2004 2:30:37 am
Hi, I try this rollover method but it doesn'yt work because of quotes. In my source file :
<img name="img4" src={"../images/thematiques/prestataires_gris_fr.gif"|ezimage} onmouseover="document.img4.src={'thematiques/prestataires_vert_fr.gif'|ezimage}" onmouseout="document.img4.src={'thematiques/prestataires_gris_fr.gif'|ezimage}">
become in IE :
<img name="img4" src="/design/news/images/thematiques/prestataires_gris_fr.gif" onmouseover="document.img4.src="thematiques/prestataires_vert_fr.gif"" onmouseout="document.img4.src="/design/news/images/thematiques/prestataires_gris_fr.gif"">
the error is caused by the translation of simple quotes to double quotes by ezimage but I don't know how to solve this problem. Thanks for help, Jean
|