Seriously? span.tagged-with?
Better:
ul.tags li {
display:inline;
list-style: none;
}
ul.tags li a {
padding-left: 18px;
background:transparent url(/universal/images/core-resources/icons/dark/category.png) no-repeat scroll left top;
}
$(document).ready(function() {
$(".tags a").attr("title", "View all posts with this tag" );
});
title is only added when JS is supported by the user’s browser.
appliance