I remember adding a position:relative to the active contents container inside the container with transparent PNG should work...
This might help:
http://www.hrunting.org/csstests/iealpha.html
I haven't seen your codes so I can't be sure, but it's gonna be something like...
code:
<div style="filter:alphaimageloader('src:blahblah.png')"> <!-- no set position:relative here -->
<a href="blahblah.html" style="position:relative">Blahblah</a>
</div>