home *** CD-ROM | disk | FTP | other *** search
- <!---BeginTitle--->IE4 highlite button<!---BeginJAVHead---><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><!---BeginJAVBody---><FORM NAME=highlight onmouseover="highlightButton('start')"
- onmouseout="highlightButton('')">
- <input type="button" Value="Pass your mouse over me">
- </FORM><!--EndJAVBody-->
-