Mouseover style for a button in a form
Posted
by vinu-arumugam
on Stack Overflow
See other posts from Stack Overflow
or by vinu-arumugam
Published on 2010-04-19T06:20:53Z
Indexed on
2010/04/19
6:23 UTC
Read the original article
Hit count: 310
Can anyone tell me how to add mouse over style on a button in a form? I have given my form code. Pls help me
<input type="button" align="left" border="0px" style="padding:0px" 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'" />
© Stack Overflow or respective owner