View: css for web- and maillinks

  1. 6 months 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. }

0 comment about "css for web- and maillinks"