I tried this:

http://drupal.org/node/361630#comment-1977404

I would like to try this;

http://drupal.org/node/499826

But do not know how to apply the patch, I am also not clear if this patch would work for 6, I am guessing it might? Any advise on how to get this thing working for IE 7&8? I put my site up and it works great in Fire Fox (of course).

Comments

dferriman’s picture

The override CSS on the theme (link 1) did not work, however I made the switch in the mod's CSS:

filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);

it was ...Microsoft.alpha(opacity=100);

It may not work on IE6 not, but I don't really care if it doesn't. If you are using IE6 you need to upgrade. Period.

Hope this helps someone else. FYI, the text looks grainy with this fix, but it is better than nothing.