Questions tagged [dd-belatedpng]
5 questions
3
votes
2 answers
DD_belatedPNG not working in IE8?
Might anyone know why DD_belatedPNG works wonders for my transparent pngs in IE6 and IE7, but not in IE8?
Thanks.

user1040259
- 6,369
- 13
- 44
- 62
2
votes
1 answer
dd_belatedpng fix for IE6 on img tags
I used the Drew Diller DD_belatedPNG_0.0.8a.js script to fix IE6 transparency with png, actually It seems to work fine except for pictures within img tags. For imgs tags it solve the transparency but makes the png file look bigger and out of box. I…

user1102368
- 21
- 1
2
votes
2 answers
How to retrieve the current background-image value of an element with IE6?
This is a bit maddening. I have code which saves the current background-image from a selected element into a variable, which I then use to create an img tag.
Simply put, the following works in all browsers I've tested except IE6:
var bg =…

mattucf
- 53
- 4
1
vote
1 answer
Dd_belatedPng issue with content loaded on callback with jquery.fade()
I'm loading some some html into a div through ajax using jquery. Once the content is loaded, I need to fix pngs for ie6, using DD_belatedPNG. Code below -
$("#content").fadeOut(function(){
$(this).html("
1
vote
0 answers
DD_belatedPNG not working in dynamic HTML node
everyone.
The enviroment is IE6.
There are 9 li node has png images, and random display 4 node, html code like this.
- Anye
- 11
- 2