I'm using mouseover effect on a table list to show content of lesson on hover. However, as it's in table, it's "changing too fast", when going from one row to another, that is why I would like to put some delay on the mouseover effect.
My code currently looks like this :
onmouseover="show('id')" onmouseout="hide('id')">
How to make a small delay ?