PDA

View Full Version : Help Plz: IE + PNG Background = Borked Links



Malcolm
April 23rd, 2004, 03:44
<style type="text/css">
#bodyBlock { width:75%; filter:progid:DXImageTransform.Microsoft .AlphaImageLoader(enabled=true,src="panel.png",sizingMethod="scale") }
</style>
<div id="bodyBlock">
test<br />
<a href="bork.html">bork</a>
</div>

I can select the text (highlight with mouse) but I don't get the old MS Finger when I mouse over the link.

Take out the filter, works; remove the width, works but background image doesn't show up.

Ok, anyone know why IE hates me so?

*FYI: panel.png is an image with nice alpha blending and such.

zAlbee
April 23rd, 2004, 21:05
well i get no effect under IE6 sp1, and the hand works. but that's probably because you didn't post the PNG...

Malcolm
April 24th, 2004, 00:15
well i get no effect under IE6 sp1, and the hand works. but that's probably because you didn't post the PNG...
You require a png image, any png image, or else the image filter doesn't work.