triQr
Wednesday, October 13, 2010
How to remove focus border of browsers?
Some browsers add an outline on the element when you focus it. ex: Firefox
If you don't want it, you can remove it via a CSS trick:
<style type="text/css">
:focus { outline: none; }
</style>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment