hide div when mouseout
问题 I have two div's, one for short summary and one for long summary. When I "mouseover" on the short summary, the short summary disappears and the long summary appears. When I "mouseout" from long summary it should disappear and the short summary should appear. The problem is that when I am still inside the border of long summary but out of the place sort summary was, the mouseout event occurs Code: <head> <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.js"