Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Go To URL text with mouse pointer change

Status
Not open for further replies.

PePex

Programmer
Joined
May 14, 2002
Messages
3
Location
SE
I add a "Behaviors" Go To URL on a plain text.

The result I want is a text with no underline (I use Go To URL becourse I change more than one frame with it) but the mouse pointer should act as over a normal link.

Hope anyone have a sollution
Regards PePe
 
Try the CSS:

style="cursor: hand;"

in your respective tag.
 
Just to further demonstrate, here is standard text that will appear as a link:

<span style=&quot;cursor: hand; color: blue; text-decoration: underline&quot;>Hello</span>
 
Thanks sweevo!
It worked fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top