I just added this cool CSS rule to my blog:
a[rel~="nofollow"]:after {
content: “(nofollow)”;
margin-left: 5px;
margin-right: 5px;
color: gray;
}
This will show ‘nofollow’ after links that have the nofollow rel attribute.
Kind of like this:
Pretty cool! Phil Ringnalda gave me the idea.












September 16, 2005 at 3:12 pm
FYI, No work in IE.
September 16, 2005 at 3:17 pm
Thanks.. yeah.. I know it won’t work in IE since they don’t support the “content” CSS attribute. :-/
Sad.. but you should upgrade to FireFox anyway ;).. this is a good excuse ;)