tagged appliance, dryer, …
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
lowmagnet 22:16 on 2009/06/20 Permalink |
Actually, if you wanted to degrade further and treat tags as text on older browsers, you could further simplify the tag list by having it just list the tag names, then transforming the names to links in DOM. “something else” becomes “/tags/something-else”.
lowmagnet 22:18 on 2009/06/20 Permalink |
I also happen to think that tags are like those fridge poem magnets and they don’t need commas or ands between them.
lowmagnet 08:33 on 2009/06/21 Permalink |
Borders around the tags would do. like fridge magnets. Tags could be just an xml chunk styled or converted with js to html.