Speaking of CSS

I’ve been adding some widgetry. A little show-source JS widget in the left, and also, since I noticed that Paul‘s been using the abbr tag for the nifty dotted underline and help pointer, I decided to adopt that visual convention and automagically style all my titled elements so people can easily spot my snarky comments.

I don’t think I’ve seen it around much yet, but it makes a lot of sense. Of course, browsers that don’t support CSS2 selectors won’t see anything at all:



*[title] {

  border-bottom:1px dotted silver;

  cursor:help;

}

If you add this to your user style sheet, you can see on all the secret stuff on all those sites that you’ve been missing out on ;).