Posted by Andy Dingley on 01/31/63 11:53
philiptdotcom wrote:
> Can one create a CSS tag--e.g. <definition/>--that can render this:
>
> <definition>affray</definition>
>
> ...as this:
>
> <b>affray</b> [ <a
> href="http://en.wiktionary.org/wiki/affray">Wiktionary</a> ]
> [ <a
> href="http://www.google.com/search?q=define%3Aaffray">Google define:</a> ]
No. That's a content transformation, so do it with XSLT.
Actually you _can_ do it with CSS, using some bizarre proprietary CSS
extension that some fool at either Opera or Mozilla invented. But that
was a terrible idea, so don't use it.
[Back to original message]
|