when we mouse over a disabled button in FireFox,The title can't display
Posted
by lincoln
on Stack Overflow
See other posts from Stack Overflow
or by lincoln
Published on 2010-03-31T01:08:14Z
Indexed on
2010/03/31
1:13 UTC
Read the original article
Hit count: 376
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.
© Stack Overflow or respective owner