<style type="text/css"> .ItemSubHeader a.SmallDisplay { vertical-align: super; font-size: 80%; } .ItemSubHeader img { vertical-align: bottom; } </style> <script type="text/javascript"> $(document).ready(function(){ var comments = 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments.png'; // Don't change anything below $('.ItemSubHeader') .find('.SmallDisplay') .html(function(i,h){ return h.replace(/ Comments/,'') }) .prepend('<img src="' + comments + '" />'); }); </script>
<style type="text/css"> .newcmt, .seecmt { cursor: pointer; font-size: 8px; float: right; /* icons on the right side */ padding-left: 5px; /* spacing between icons */ } </style> <script type="text/javascript" src="http://www.axiomfiles.com/Files/258012/scripts-news.js"></script> <script type="text/javascript"> $(document).ready(function(){ newsCommentIcons(); }) </script>
newsCommentIcons({ commentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments.png', addCommentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments-add.png' })
newsCommentIcons({ popupwidth : 600 })
newsCommentIcons({ commentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments.png', addCommentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments-add.png', popupwidth : 600 })
<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>