1

I am using pngfix in ie6. Images structure is the folowing: background image / transparent pngfixed image / text and input elements (all superposed). With pngfix, the text cannot be selected properly and input elements and submit buttons cannot be used at all.

I am using jquery 1.4.4. I have tried 1.3.2 and the problem is the same. I have tried to set background images as relative with z-indexes lower than text, but it doesn't fix the problem. Do you have an idea of what's going on?

Benjamin Crouzier
  • 40,265
  • 44
  • 171
  • 236

1 Answers1

0

PNGFix works by using a DirectX filter, which isn't selectable. I can only recommend that you do not use PNGfix on interactive elements, or that which needs selection.

Phil Ricketts
  • 8,236
  • 3
  • 28
  • 31