OBJEKT

<LABEL id=Text > <b>AHOJ</b></LABEL>

 Ukážka

SCRIPT

<script language="vbscript"><!--
Sub text_onmouseover
   text.style.color="lime"
End Sub

Sub text_onmouseout
   text.style.color="black"
End Sub
--></script>

Popis

Pri prechode myšou cez text sa zmení farba textu.