Hi everyone,

I am using the latest Blueprint CSS, jQuery and jQuery.IFixPNG as
below:-

<script type="text/javascript" src="scripts/jquery-1.3.2.min.js"></
script>
<script type="text/javascript" src="ie6comp/jquery.ifixpng2.js"></
script>

$(document).ready(function() {
   $.ifixpng('images/pixel.gif');
   $('img[src$=.png]').ifixpng();
});

It doesn't work in IE6. It makes no difference without applying
jQuery.IFixPNG. Initially I thought it was a problem of
jQuery.IFixPng. Later I tested a new html site without blueprintcss
and it worked successfully.

Why isn't it working with blueprintcss? Any help?

If not, is there a better way to handle transparency PNG for IE6?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to