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
if have anchor wrapped around image, css should work:
a img { border:none; } a:focus { outline: none; }   and....someone answered in comments :-)
Comments
Post a Comment