A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Removing the big yellow focus outline

  1. #1
    Senior Member
    Join Date
    Jun 2001
    Posts
    289

    Removing the big yellow focus outline

    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.

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    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.

  3. #3
    Senior Member
    Join Date
    Jun 2001
    Posts
    289
    Heya Johnie,

    That got it. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center