Skip to content

24 ways to impress your friends

Vote up?

chi

I know its year 2009… more than a year since last comment. but it might help someone if they stumble on this.

The problem about unclickable link or form fields seems solvable (at least it worked for me).

i just used a div_tag to cover the div_tag where the image is suppose to be. eg.

#problematic_png_image { width: 750px; height: 500px; margin-top: 70px; margin-left: 105px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src=’/images/problematic.png’, sizingMethod=‘scale’);
}

<div id=“wrapper”><div id=“problematic_png_image”></div>
</div>