Hi again. On a form i created, i have a reset link (as an image), and after i added the disolving rollover feature to the link (http://dynamicdrive.com/dynamicindex15/dissolveroll.htm), it stopped working even though it worked before and had the same code. I checked and the problem has nothing to do with the rollover feature. The name of my form is qform. This is the code for the link (dont tell me what i should add to make it better, this is only the first part of the link):
Code:<a href="#" onclick="qform.reset(); return false;" onMouseOver="turnOn('reset');" onMouseOut="turnOff('reset');"> <img src="reset1.bmp" border="0" name="reset" class="imgTrans"></a>



Reply With Quote
Bookmarks