Simply Program

Simply programming - It’s a life style
Filed under Programming, CSS / Design, CSS
CODE:
  1. A:active
  2. {
  3. outline: none;
  4. }
  5. A:focus
  6. {
  7. -moz-outline-style: none;
  8. }

Enjoy :)

Posted by sp on Sunday, October 28th, 2007


You can follow any responses to this entry through the magic of "RSS 2.0" and leave a trackback from your own site.