asp.net - Why are linkbuttons not grayed out when disabled in FireFox? -


Why do I set Enable = false on a button, so does it not render correctly in Firefox? Instead of shading the link, it's still blue.

[UPDATE]

ASP.x already deletes such tags on the link so that only one thing is needed, then gray contact. In other words, there is no functionality change in CSS style.

Resolve disabled buttons that are grayed out in Firefox and Google Chrome effectively following. I put it in my style sheet and now present all my link buttons properly.

One [disabled] {
Color: Gray! Important; Text-decoration: None! Important; }

  one [disabled] {gray: gray; Text-decoration: none; }  

worked for me, thanks ...


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -