;

PDA

Click to See Complete Forum and Search --> : Removing the big yellow focus outline


OwenAus
12-03-2002, 10:26 PM
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.

johnie
12-03-2002, 11:17 PM
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.

OwenAus
12-04-2002, 12:49 AM
Heya Johnie,

That got it. :) Thanks.