Blair Mitchelmore wrote:
Here's my (40 line) proof of concept. It's not as foolproof as the original especially regarding the positioning of the resultant element (the original took a link and changed it to an em in a span in a span in a span in a fieldset in a link with each nested level having certain margins and styles to make it all come out rosy, whereas mine uses the bare minimum of nesting and a bizarre height nudging algorithm so its glitchy when the font gets really big or really small).
Why in the world is a fieldset being used? A fieldset is for grouping form elements...
--Klaus