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 just in IE6 , in other browsers it is okei.
How Can I fix it ???
Thank You !
...
Anyone seen or used a good script, jQuery or native, that lets you do PNG fix on hover?
...
<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 clickable - I believe the way around this was to force everything inside to be positioned ( eg position:relative ) and have a z-index + hasLayout but sometimes it doesn't work.
...
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 just move the placement through the background property.
Will something like pngfix not wo...
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 works fine, and the pngfix is applied BUT it only works the first time the lightbox is ca...