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
Post a Comment