中文(繁体)
<!--腳本說明: 第一步:把如下程式碼加入<head>區域中--> <style type="text/css"> <!-- .over {color:yellow; background: navy} .down {color:yellow; background: navy; font-style: italic} --> </style> <!--第二步:在<body>區中加入如下程式碼--> <input type="Button" onMouseOver ="this.className='over';" onMouseOut="this.className='';" onMouseDown="this.className='down';" onMouseUp="this.className='over';" value="按鈕也瘋狂" onClick="this.value='我真的好喜歡你! '" name="Button">