Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 6th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /*for FireFox*/
  2.     input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
  3.     {  
  4.         border : 0px;
  5.     }
  6. /*for IE8 */
  7.     input[type="submit"]:focus, input[type="button"]:focus
  8.     {    
  9.         outline : none;
  10.     }