Hi,
I currently have this code which does something when I mouseout:
<span class="bar1 run" onmouseover="mouseOver1()" onmouseout="mouseOut1()"></span>
I would like to change it so that there is a delay between the mouseout and the funtion. How can this be done?
Thanks