when we mouse over a disabled button in FireFox,The title can't display.In IE ,this action is OK.
<input type='button' disabled='disabled' title='show title' value='Test'/>
As above, In IE ,when we mouse over this button ,the "show title" will display. But in firefox it can't work. Somebody can help me?it will be very appreciate.