DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Mark External Links
Mark all links except ones inside your domein
a:not([href*="mydomain"]) {
padding-right: 10px;
background: transparent url("images/aoutside.gif") center right no-repeat;
}Mark all links that start with 'http://'
a[href^="http"] {
padding-right: 10px;
background-image: url(external.gif);
background-position: right !important;
background-repeat: no-repeat;
}



