Hi list
When I look at Peter Nederlof's "csshover.htc",
I ask myself, why this snippet is doing the same.
// myhover.htc
<script>
attachEvent('onmouseover', Over);
attachEvent('onmouseout', Out);
function Over() {
Originalvalue = element.className;
element.className += ' over';
}
function Out() {
element.className = Originalvalue;
}
</script>
regards,
Uwe Kaiser
--
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/