mouseover failing ; IE 5.50 issue ?

J

J Bard

this code is failing to change the ivy picutre;

<td width="100%" align="center"><a
href="eng_les.php"onMouseOver="document.img1.src='test.gif';"
onMouseOut="document.img1.src='ivy.gif';">

it works fine in frontpage , but oddly not from my webserver ...checked
paths, file names, tried various gif's ...
 
Top