Nicolas: Mouse Events in CSS

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

  1. Hallo!

    ist es möglich im Deklarationsteil von Stylesheets
    auch solche Events wie OnMouseClick zu berücksichtigen ?

    Jein:

    Mit dem IE5 (und nur damit) geht sowas:
    Das ist das sogenannte "behavior".
    Dazu muss du dich mit JScript (nicht JavaScript!) und HTC von MS beschäftigen.

    Alles dazu unter:
    http://msdn.microsoft.com/workshop/c-frame.htm?928355343324#/workshop/author/default.asp

    Grüße
    Thomas