Using <span> tag in map tips
Hi,
I have a map tip, that has some text from a field, I would like to add some additional mouseover text when the mouse is hovering on top of it.
I have set up my map tip with the following
<span title={ALT_TEXT}>{DESCRIPTION}</span>
However when the mouse is hovered over the text, it only shows the first word
Has anyone else had this problem, or know of a way to get it working properly.
Thanks
Halil
0
-
You just need to add quotation marks around your title text.
<span title="{ALT_TEXT}">{DESCRIPTION}</span>0 -
Perfect! Working fine now. 0
Please sign in to leave a comment.
Comments
2 comments