Forum Moderators: open

Message Too Old, No Replies

dotted outline appears when mouse-over button link is clicked

         

wellbeingbydesign

9:53 pm on Aug 11, 2005 (gmt 0)

10+ Year Member



My webpage has several mouse-over buttons. When the links are clicked, a dotted outline appears around the buttons. How can I get rid of this dotted outline?

[edited by: jatar_k at 6:21 pm (utc) on Aug. 13, 2005]
[edit reason] no personal urls thanks [/edit]

adni18

10:01 pm on Aug 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Easy! Just replace all the instances of

HREF="page.html"

with

style="cursor:pointer;cursor:hand" onClick="window.location.href='page.html';"

You may also want to review the Charter [webmasterworld.com] - no personal URLs.

NoLimits

3:28 am on Aug 12, 2005 (gmt 0)

10+ Year Member



or even easier - inside the link add onFocus="blur()"

ie..

<a href="http://www.yourlink.com/yourpage.html" onFocus="blur()">