/ Published in: CSS
                    
                                        
Style External, PDF, and Mailto links using CSS and a background image.  For a great set of icons to choose from visit http://www.famfamfam.com/lab/icons/silk/.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
a[href^="http"] {
padding-right: 15px;
background: url(external-image.png) no-repeat center right;
}
a[href^="mailto:"] {
padding-right: 15px;
background: url(email.png) no-repeat center right;
}
a[href$=".pdf"] {
padding-right: 15px;
background: url(pdf.png) no-repeat center right;
}
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=4
Comments
 Subscribe to comments
                    Subscribe to comments
                
                