Karthik
Karthik

Reputation: 59

Seeing a rectangular box when clicking on img and anchor tags in IE

If i click on anchor tag or img element in aspx page,that element will enclosed by dotted rectangular box. I am facing this problem in all anchor tags in IE browser and some times firefox and chorme also showing this problem.

How can i solve this problem? Is this browser side issue or our side issue?

Regards, Karthik

Upvotes: 3

Views: 1007

Answers (2)

zeroos
zeroos

Reputation: 2204

For me this rectangular box encloses only anchors, not img (unless they are also anchors). Try setting outline of this elements to 0.

Upvotes: 1

danwellman
danwellman

Reputation: 9273

This tutorial should help you remove focus borders, but there are usability issues to consider when doing this

Upvotes: 7

Related Questions