Best png fix in ie

Hi Guys,

im using a javascript png fix called unitpngfix.js

it works okay until i started using z-index in my css, it causes it interfere with bits of my css, my rolloever images are not working and z-index is not working in ie6

does anyone have a better png fix or know how to stop unitpngfix interferring with css?

thanks

That is easily fixable 99% of the time via position:relative to the anchors/inputs(anything that neeed to be clicked)

I used to use TwinHelix, but switched to DD_belatedPNG. Has slightly less drawbacks IMHO :slight_smile:
For example with the TwinHelix script, if you apply it to an element that is absolutely positioned, it’s children won’t be clickable anymore. Of course DD_belatedPNG has it’s own drawbacks, but all in all I like it better than the TwinHelix script :slight_smile:

yes, i used DD_belatedPNG too. probably the best script (at least from what i’ve tried). The boys who developed this script had on their website and some real nice tools for rounded corners il i remeber right.

I admit I’ve never done a png fix, but this script is often recommended:

http://www.twinhelix.com/css/iepngfix/

Hope that helps.

thanks ralph, that seems to have fixed the issue :smiley: