Why when I set enabled=false on a button does it not render correctly in Firefox? Instead of graying out the link it is still blue.
[UPDATE]
ASP.net already rem
a[disabled] { color:Grey; text-decoration:none; }
worked for me, Thank you...