Throughout my site I use the little mouseover routine that has been discused on the forum example below:
<img src="partillustration1.gif" name="illbutton" border="0" width="320" height="80" alt="Open Briggs and Stratton parts illustrations" onMouseOver="SwapImage('illbutton','partillustration2.gif')" onMouseOut="RestoreImage();"></a><br><br>
Where partillustration2.gif is the mousover image for partillustration1.gif.
This works fine throughout the site actinic pages embeded in the text with the <!-- --!>html quotes, but it will not work within a raw html page which I have created.
Everything is in the site1 folder.
Graham
<img src="partillustration1.gif" name="illbutton" border="0" width="320" height="80" alt="Open Briggs and Stratton parts illustrations" onMouseOver="SwapImage('illbutton','partillustration2.gif')" onMouseOut="RestoreImage();"></a><br><br>
Where partillustration2.gif is the mousover image for partillustration1.gif.
This works fine throughout the site actinic pages embeded in the text with the <!-- --!>html quotes, but it will not work within a raw html page which I have created.
Everything is in the site1 folder.
Graham
Comment