Tagged Questions
The pngfix tag has no wiki summary.
2
votes
1answer
53 views
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 ...
1
vote
1answer
242 views
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 ...
1
vote
0answers
316 views
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(){
...
1
vote
2answers
252 views
What's the preferred solution to fixing non-clickable content after applying an IE6 filter for pngs?
<div id="calendar">
<p>Text</p>
<div class="section">blah</div>
</div>
I'm applying the PNG to #calendar, in IE6 I use filter but it makes the content not ...
0
votes
1answer
95 views
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 ...
0
votes
1answer
55 views
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 ...
0
votes
1answer
75 views
IE PNG FIX PROBLEM - 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 ...
0
votes
4answers
214 views
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 ...
0
votes
2answers
554 views
PngFix + :hover
Anyone seen or used a good script, jQuery or native, that lets you do PNG fix on hover?
0
votes
1answer
263 views
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 ...