Link to home
Start Free TrialLog in
Avatar of limva
limva

asked on

Points for lombardp

Please post your comment or solution here. My apologies for my previous mistake.
Avatar of ellandrd
ellandrd
Flag of Ireland image

"when going from one cell of the table to the next"

that dont say anywhere the whole table... very unfair, please in future, be a little more clearer

Ellandrd
Avatar of lombardp
lombardp

You could this workaround (should work also in <table> tag, if you want to remove DIV wrapper)

Replace:  <div onMouseOut="alert('Out of bounds!')">    With:

<div onMouseout="tim=window.setTimeout('alert(\'Out of bounds!\')',100)" onMouseover="window.clearTimeout(tim);">
ASKER CERTIFIED SOLUTION
Avatar of lombardp
lombardp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial