<style> .bigChange {color:blue; font-weight:bolder; font-size:175%; letter-spacing:4px; text-transform: uppercase; background:yellow} .start {color:yellow; background:blue} </style> <base target="leftframe"> </head> <body BGCOLOR="#ffffff" link="#CC0033" vlink="#333399" alink="#FF0000" <p align="center"> </p> <table WIDTH="96%" BORDER="0" CELLSPACING="5" CELLPADDING="5"> <tr> <td WIDTH="100%"><font FACE="ARIEL,HELVETICA" SIZE="-1"><form NAME="highlight" onmouseover="highlightButton('start')" onmouseout="highlightButton('')"> <div align="center"><center><p><input type="button" Value="Mouse Lütfen!"></font></p> </center></div> </form> </td> </tr> </table> </body> </html> <script LANGUAGE="JAVASCRIPT"> function highlightButton(s) { if ("INPUT"==event.srcElement.tagName) event.srcElement.className=s } </script>