Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ How to create pop-up text over image?

Posted by: Cadyern_of_Alesia Mar 3 2019, 09:14 PM

I have an image which I need to create a pop-up text when you hover your mouse over one section of the image.
More specifically, I have an image which has an href over a rectangle coordinate area. I'm trying to get a pop-up text to appear when you mouseover it.

I apologize if my terminology is incorrect as I am new at this but I thankyou in advance for helping me improve.
How should I go about doing this?


Posted by: pandy Mar 4 2019, 11:48 AM

Is it still your image map we are talking about? The simplest way is to use the title attribute with AREA.

Title can be used with almost all elements in BODY.
http://htmlhelp.com/reference/html40/attrs.html#title

Posted by: Cadyern_of_Alesia Mar 5 2019, 09:01 PM

QUOTE(pandy @ Mar 4 2019, 11:48 AM) *

Is it still your image map we are talking about? The simplest way is to use the title attribute with AREA.

Title can be used with almost all elements in BODY.
http://htmlhelp.com/reference/html40/attrs.html#title

Perfect!
Thnakyou so much.
Wonderful community here.

Posted by: pandy Mar 6 2019, 06:23 AM

You are welcome. smile.gif

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)