Remove the dotted border automatically generated by clicking the link of tag A (compatible with FF)

Source: Internet
Author: User
Methods for removing dashed boxes Advantages and disadvantages Compatibility Interrupt tab?
<A href = "#" onfocus = "this. blur ()"> this blur </a> When link focus is triggered, the focus is lost. js and html are coupled. None Yes
A: focus {outline: none;-moz-outline: none} Outline is introduced by css2.1 to remove the visual problems of dashed boxes. It is the responsibility of css. Ie6/ie7 not supported, ie8 +/ff/safari/opera [2] supported No
<A href = "#" hidefocus = "true"> hidefocus </a> This attribute is a private attribute of ie [3] Ie5 + support No

A {blr: expression (this. onFocus = this. close ());}

A {blr: expression (this. onFocus = this. blur ());}

Batch Processing is supported, but the performance problem of expression cannot be ignored. Expression ie6/7 is supported. ie8 + and non-ie are not supported. Yes

Based on the above, we recommend that you use the hidefocus attribute in ie and outline: none in ff/chorme/opera/safari.

That is: <a href = "#" hidefocus = "true"> link </a>
A: focus {outline-style: none;-moz-outline-style: none ;}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.