Tags: link

Sort by: Date / Title /

  1. 1 year ago by sx
    1. //work in IE7 IE8b2 FF2 FF3 SF3.1 OP
    2.  
    3. a[href^='http://'] {
    4.     padding-right: 15px;
    5.     background: url(extern.gif) right no-repeat;
    6. }
    7. a[href^='http://www.OWNDOMAIN.com'],
    8. a[href^='http://OWNDOMAIN.com'] {
    9.     padding-right: 0;
    10.     background: none;
    11. }
    12. a[href^='mailto:'] {
    13.     padding-right: 15px;
    14.     background: url(mail.gif) right no-repeat;
    15. }
    16. a[href^='mailto:USER'] {
    17.     padding-right: 15px;
    18.     background: url(USERPIC.gif) right no-repeat;
    19. }
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1404"></script>
  2. 2 years ago by stephane
    Enlève la bordure en pointillé sur les liens (texte ou image) lorsque cliqués
    1. 'selecteur' {
    2.         outline: none;
    3. }
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1234"></script>
  3. 2 years ago by spirit
    1. a:active, a:focus {
    2.      outline: 0
    3. }
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/453"></script>
  4. sponsorised links

First / Previous / Next / Last / Page 1 of 1 (3 posteets)