html - Remove blue selection bar around form -


i know links css is

a:focus { text-decorations: none; -mozselectedsomethingorother: none; } 

or that, there way remove blue border

http://cl.ly/1d20272p36180s3f1c36

if have anchor wrapped around image, css should work:

a img { border:none; } a:focus { outline: none; } 

and....someone answered in comments :-)


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -