<div class=box>test</div>
But not this?
<div onMouseOver="this.className:'box';">Test</div>
<STYLE TYPE="text/css">
<!--
.box
{
border-style: solid;
border-color: red;
border-width: 1px;
}
-->
</STYLE>
"Barton" <bc...@hotmail.com> wrote...
> Why the hell does this work:
>
> <div class=box>test</div>
>
>
> But not this?
>
> <div onMouseOver="this.className:'box';">Test</div>
[css sniped]
>.
>