谁能告诉我如何在表单中的按钮上添加鼠标悬停样式?我已经给出了我的表单代码。请帮助我
<input type="button" value="Tab1" name="tab1" class="activeTab" onClick="
blur();
showIt(1);
hideIt(2);
hideIt(3);
this.className = 'activeTab';
this.form.tab2.className = 'inactiveTab';
this.form.tab3.className = 'inactiveTab'" />
(编者注:原版没有换行符)