html - How to mimic the orange outline on focus? -


i creating set of divs user can navigate through tab, , wanted add standard orange focus outline elements.

does know need add in? know works off outline property, i'm not sure color set as, or whether i'd better off using box shadow bit of blur same effect.

also, in case it's relevant, i'm using dojo , avoiding jquery - pure css solution :)

i suggest working jsfiddle, note in order accomplish have use <div tabindex="0"></div>.

every browser renders focus differently. in order unify entire experience on website, suggest removing browser outline css , adding own style.

as far know, chrome renders orange outline, i've tried match color best could, can experiment on own.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -