Firstly, please always post a link to the script in question as indicated by the Sticky at the top of the forum. In this case, link is: http://www.dynamicdrive.com/dynamici...bmouseover.htm
Yes, this was by design. In order for the subcontents to disappear when the user moves the mouse out upwards from the tab link(s), you'll need to add the part in red below inside each tab link:
Code:
<a href="http://www.javascriptkit.com" onMouseover="showit(0)" onMouseout="resetit(event)" >JavaScript Kit</a>
Repeat this for each tab link.
Bookmarks