Page 1 of 1

Re: Remove 'Dotted' lines around links when clicked

Posted: Tue Apr 05, 2011 6:16 pm
by BaconFries
The code is only for images...I did give a solution to me for buttons in forms but you need to add this manually by adding to the Button HTML inside tag*

Code: Select all

onfocus="this.blur();" 
focus.gif

Re: Remove 'Dotted' lines around links when clicked

Posted: Tue Apr 05, 2011 9:23 pm
by Patrik iden
OK, Do i ptu this code in the Contact page or in masterpage. I dont know but i tryed bouth and it dont work for me, in IE8

Re: Remove 'Dotted' lines around links when clicked

Posted: Tue Apr 05, 2011 9:29 pm
by Patrik iden
aah, i'v got iy in the the button code of course :oops:

Re: Remove 'Dotted' lines around links when clicked

Posted: Tue Apr 05, 2011 9:31 pm
by BaconFries
You do not place it on the page it needs to be inserted into the button itself like below in image
butfocus.gif

Re: Remove 'Dotted' lines around links when clicked

Posted: Tue Apr 05, 2011 9:40 pm
by Patrik iden
Got it Thank you.