G
Guest
I have some text with behaviors (opening a layer) and I want the cursor to
change when the mouse is hovered the text.
Any ideas?
change when the mouse is hovered the text.
Any ideas?
At this moment I just have underlined text with behaviors to maks a layer
visible using the 'onclick' event.
<u id="id3"
onclick="FP_changeProp(/*id*/'popup_menu',0,'style.visibility','visible')">contact us</u>
I did not use a hyperlink because the layer wasn't listed in the linking
options.
I would like the user to know they are hovering above the text as if it were
a hyperlink.
- Show quoted text -
onclick="FP_changeProp(/*id*/'popup_menu',0,'style.visibility','visible')">contact
us</u>