CSS PNG IE hack
CSS PNG IE hack
Out of context: Reply #18
- Started
- Last post
- 19 Responses
- Mojo0
So like I said, if you want PNG support in current versions of IE you need to make a cgi/js script that:
1. detects browser
2. for FF/safari/opera etc insert
[img="(PNGurl)"]
3. for IE insert:
[DIV ID="oDiv" STYLE="osition:absolute; left:0px; height:30; width:439; filter:progid:DXImageTransform.M...
src='(PNGurl)', sizingMethod='scale');" >
[/DIV](PNGurl) is the variable which the URL is kept
You could write a really nice little script to do this. If someone does, paste it here.
x
