html - 'selected effect' on jquery tab (or other stuffs) -


the 'selector effect' orange border (can seen here: http://jqueryui.com/tabs/#default) annoying.. come from? how rid of it?

i assume you're speaking outline browser add on anchor elements. blue orange or whatever, depending on browser.

this css fix.

.class-name { outline: 0; } 

please note: removing outlines in manner can prevent visually impaired users, or users without mouse accessing content.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -