Jump to content

On mouse over pop up? PHP


thefreebielife

Recommended Posts

You need to add a hidden span to the document containing the text you'd like to pop up.  Use CSS to style the span so that it has an absolute position and give it a width, height, font-color, border, background color, etc.

 

Then you add event handlers to the onmouseout and onmouseover for the image.  The onmouseover handler should display and position the span; the onmouseout should hide the span.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.