Hi,
Is there any specific class I need to apply to a <b>disabled</b> button in order to make it display properly as disabled in <b>FireFox</b> ?
For instance :
<button class="ui-state-default float-left ui-corner-all ui-button" type="submit" disabled="disabled">Button Float Left</button>
doesn't work in FF but works on IE (8+). Adding "ui-state-disabled" doesn't work as well :
<button class="ui-state-default ui-state-disabled float-left ui-corner-all ui-button" type="submit" disabled="disabled">Button Float Left</button>
To sum up, "disabled" button shows as "normal" in FF and shows as "disabled" in IE (which is expected behavior).
Best regards,
Ludovic.