Hallo,
ist es möglich im Deklarationsteil von Stylesheets
auch solche Events wie OnMouseClick zu berücksichtigen ?
Also z.b.
<style>
P { ... }
H1 { ... }
DIV { onmouseclick: alert("Hello World"); }
oder etwa
ONMOUSECLICK { event: alert("Hello World"); }
</style>
Danke für die Hilfe,
Nicolas