2008/09/10

Fix Your PNG Fix

All approaches, either "pure" css or a script of some kind, rely on the blessed filter legacy property in IE to use transparent PNGs - but sometimes you just run into that wall. Let's see an example (before that you can check this nice example out).



With the latter declaration you just allowed to your mouse to access the anchor element under IE6. This is nice any handy but at a time you want your div to move somewhere in your page flow:



Thats it. You busted. Cannot click on that anchor. In the world of IE6 an element having filter and position:relative combined, You cannot access the anchor child element. I recommend you to avoid this kind of combo. Sorry no workaround so far.

1 comments:

louis said...

Awesome! Thanks for sharing!!