Questions tagged [pngfix]
10 questions
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
1
vote
1 answer
pngfix on background images disable text selection and input elements
I am using pngfix in ie6. Images structure is the folowing: background image / transparent pngfixed image / text and input elements (all superposed). With pngfix, the text cannot be selected properly and input elements and submit buttons cannot be…

Benjamin Crouzier
- 40,265
- 44
- 171
- 236
1
vote
0 answers
Issue applying DD_belatedPNG png fix on images within a lightbox (IE6)
I am trying to invoke the DD_belatedPNG fix on images within a lightbox once it has been called. Okay, so that's easy enough with colorbox:
$(el).colorbox({
...
onComplete:function(){
DD_belatedPNG.fix('#product_pop .fixme');
}
});
This…

Andyweb
- 172
- 8
1
vote
2 answers
What's the preferred solution to fixing non-clickable content after applying an IE6 filter for pngs?
Text
blah

meder omuraliev
- 183,342
- 71
- 393
- 434
0
votes
1 answer
IE6: jQuery pngfix + mouseover-events
i want to change the src-attrib of an img-element (png) when the cursor hits the element.
it works fine in all browser except the IE6 :(
at first the script does a pngfix() via jQuery PNGfix. So it wraps the img-element with a span-tag and drops the…

mario
- 1
0
votes
1 answer
Pngfix not working with flash object in IE6
I have a website - http://gap.quotamarketing.co.uk/ - and on this website I have a pngfix. I also have a flash object.
In IE6, which I am required to support, every image after the flash object is not included in the document.images that the png…

user714783
- 33
- 4
0
votes
1 answer
ie png fix - strecthing images
In my new website, Im trying to Implement iepngfix with the below code.
img, div { behavior: url(iepngfix.htc) }
But Unfortunately, the images i added in the website is being stretched in ie6. i did'nt gave any value to ie. but the width is 100%.…

Surjith SM
- 1
- 1
- 2
0
votes
4 answers
Does pngfix only affect images in the markup vs in the css?
I have a sprite that I'm using for rounded corners. The left corner sits on top of a gradient background, but the right corner sits on a white background. I don't want to have to put the images on the page as I'd rather have them in a sprite and…

Peter
- 1
0
votes
1 answer
PngFix + :hover
Anyone seen or used a good script, jQuery or native, that lets you do PNG fix on hover?

Colin
- 2,442
- 5
- 24
- 30
0
votes
1 answer
pngfix jquery, with images
I use pngfix from jquery : http://jquery.andreaseberhard.de/pngFix/
Everything it's ok, but i have one big problem. When I turn pngfix, in IE6 .png it is transparent, but images's with are changing , They become bigger. I don't know why ?? And it…

AlexC
- 9,657
- 17
- 64
- 98