Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
3k views

IE6 png bug; links don't work?

After many hours I figured out why the links within my pngs in IE6 do not work. It's because Im using filter:progid:dximagetransform.microsoft.alphaimageloader within my CSS. Yet after many more ...
1
vote
1answer
301 views

Does AlphaImageLoader png hack work on IE6 with SSL?

Does DXImageTransform.Microsoft.AlphaImageLoader work over SSL? I've been trying to no avail to get this to work, but it does work fine over an insecure connection. All of the PNG hacks I've found ...
1
vote
6answers
3k views

Possible to do a glow/shadow using partial transparency in HTML/CSS?

Well I guess this is a two part question. Firstly how can I make an image have partial transparency (I think you can do this with PNGs but don't know how -- I have photoshop just need instructions?) ...
0
votes
1answer
1k views

ie6 background image png AlphaImageLoader issue after load with mootools 1.11

I'm trying to render a .png background image in ie6 after a mootools onclick event which changes the background image of a logo div. here is the relevant code as it is just now- if(!window.ie6){ ...
0
votes
1answer
856 views

IE6 - Alphaimageloader Link problem

Has anyone found a solution to the IE6 & 7 problem which kills links nested inside an element with the "alphaimageloader" filter attached to it. I've tried various "position" tricks, to no ...