<style> a.external-link { background: url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/forum_link.gif) top right no-repeat; padding-right: 20px; } </style> <script> $(function(){ var guild = 'GuildID=' + getGroupId(); $('.MessageBodyCell1 a').each(function(){ if (this.href && !this.href.match(guild)){ $(this).addClass('external-link').attr('target','_blank'); } }); }); </script>
.external-link:link { color: #ffcc00; } .external-link:hover { color: #ffffff; } .external-link:visited, .external-link:active { color: #ff8800; }
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>