disabled png in Internet Explorer 7 look funny

Is there something I can do to fix the problem in Internet Explorer 7 when it comes to ‘disabled’ png’s ?

We are using png images for our toolbars and in IE7 these png images look pretty horrible when they are in the disabled state.
The same png images look awesome in Firefox.

Has anyone come across this and found a way to fix ?

You can create your own awesome-looking disabled icons(perhaps make a screenshot in firefox) and put them right behind the current icons. Then instead of “icon.enabled = false” you do “icon.visible = false”.

Ah yes, of course :oops:

Thanks !