home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / internet / Webmaster / _SETUP.4 / Group3 / iebut.jav < prev    next >
Text File  |  1998-12-30  |  612b  |  16 lines

  1. <!---BeginTitle--->IE4 highlite button<!---BeginJAVHead---><STYLE>
  2.   .bigChange {color:blue; font-weight:bolder; font-size:175%;
  3. letter-spacing:4px;  text-transform: uppercase; background:yellow}
  4.   .start {color:yellow; background:navy}
  5. </STYLE>
  6.  
  7. <SCRIPT LANGUAGE=JAVASCRIPT>
  8.   function highlightButton(s) {
  9.     if ("INPUT"==event.srcElement.tagName)
  10.       event.srcElement.className=s
  11.   }
  12. </SCRIPT><!---BeginJAVBody---><FORM NAME=highlight onmouseover="highlightButton('start')"
  13. onmouseout="highlightButton('')">
  14.     <input type="button" Value="Pass your mouse over me">
  15. </FORM><!--EndJAVBody-->
  16.