½d¨Ò
±N¥H¤Uµ{¦¡«þ¨©¦^±zªººô¶
<head>
<STYLE>
.bigChange {color:blue; font-weight:bolder; font-size:175%; letter-spacing:4px; text-transform: uppercase; background:yellow}
.start {color:yellow; background:navy}
</STYLE>
<SCRIPT LANGUAGE=JAVASCRIPT>
function highlightButton(s) {
if ("INPUT"==event.srcElement.tagName)
event.srcElement.className=s
}
</SCRIPT>
</head>
<body>
<FORM NAME=highlight onmouseover="highlightButton('start')" onmouseout="highlightButton('')">
<input type="button" value="«öÁä¤@">
<input type="button" onmousedown="this.style.fontStyle='italic'" onmouseup="this.style.fontStyle=''" value="«ö³oùØ" onclick="this.value='«ö¹ï¤F'">
<input type="button" value="«öÁä¤T">
</FORM>