Simply Program

Simply programming - It’s a life style

Archive for the 'CSS' Category...

Filed under Programming, Javascript, CSS

Thank you google toolbar!!

Read more: http://www.htmldog.com/ptg/archives/000017.php

Fix: http://code.jenseng.com/google/

Enjoy ;)

Comments (0) Posted by sp on Sunday, October 28th, 2007

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 :)

Comments (0) Posted by sp on Sunday, October 28th, 2007