Monday, July 4, 2011

Add File Type Icons next to your links



A[href^="http://"] {
    background:transparent url(../images/external.png) center right no-repeat;
    display:inline-block;
    padding-right:15px;
}

 



Ref: http://www.catswhocode.com/blog/10-astonishing-css-hacks-and-techniques


No comments:

Post a Comment