I was just wondering how I would make an onmouseover action that would open up a new hovering box next to whatever object the mouse was over, so it could open up a description box, and then have it dissapear when the cursor leaves.
Have an onmouseover event open a sized, positioned window and have the onmouseout event close it. I did this for the Lazy B once upon a time but can't seem to find a sample of the code right now.