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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -