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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -