Forum Moderators: open
this is the area which firefox has an issue with but no other browsers have. basically my script is a mouseover a image link which shows a bit of text underneath about what the link is about etc. now firefox says that its not being defined properly on the second line below.
any help would be appreciated, cheers :)
-----------------------
function reset(){
if (!scriptmenu.contains(event.toElement))
descriptions.innerHTML=temphtml;
-----------------------