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.
#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.