When somebody tabs through fields, a fat yellow outline appears around buttons. Looked for but can't find a way to prevent this highlghting.
Can a guru bail me out here?
Thanks.
Printable View
When somebody tabs through fields, a fat yellow outline appears around buttons. Looked for but can't find a way to prevent this highlghting.
Can a guru bail me out here?
Thanks.
The _focusRect property when set to 0 should fix that.
In a Frame somewhere add this script.
_root._focusRect=0
You could also use a onclipevent on a MC somewhere to do this also.
Heya Johnie,
That got it. :) Thanks.