disabled buttons look enabled in firefox and chrome. what to do
-
disabled buttons look enabled in firefox and chrome. i opened the same page in ie, firefox, chrome and this is the output http://i48.tinypic.com/2f0a81t.jpg[^] "DashBoard" and "Calendar" are disabled "Agent Info" is enabled. here im using normal asp buttons with css what do i do?
-
disabled buttons look enabled in firefox and chrome. i opened the same page in ie, firefox, chrome and this is the output http://i48.tinypic.com/2f0a81t.jpg[^] "DashBoard" and "Calendar" are disabled "Agent Info" is enabled. here im using normal asp buttons with css what do i do?
Hiii sriharsha2410 Here is the solution for your problem... Do one thing whenever you disable button apply a CSS to that button named "cssDisable" and in that css change the color of the button or background of the same button. And Whenever you Enable that button apply another CSS to that buton named "cssEnable" and in that css change the color of the button or background of the same button as u want when it is enabled. Thank you.