The Mudcat Café TM
Thread #141080 Message #3244766
Posted By: Greg B
25-Oct-11 - 06:19 PM
Thread Name: Tech: HTML mouseover
Subject: RE: Tech: HTML mouseover
It's not an HTML tag per se. It's done with a JavaScript that is triggered by the "onmouseover" event parameter that is associated with the existing tag. The JavaScript function, in turn, sets properties on something like a
which cause it to appear. You need a complementary event to trigger "onmouseout" which causes the bubble to disappear.