RE: CSS-Tranformation mechanism and modularizing CSS

Chris Wilson wrote:

> If all you want to do is control event handlers like mouse overs, then use
> the Behavioural Extensions to CSS:
> http://www.w3.org/TR/1999/WD-becss-19990804 (draft).

Or just plain Javascript event handlers.

That way you don't muck up your CSS, and users can enable/disable CSS and JS
independently of each other.

/Jelks

Received on Thursday, 30 September 1999 04:33:55 UTC