On Aug 21, 8:00 am, chuawenching <[email protected]> wrote: > 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.
I have an idea. Could you try removing the ie.css file from the header of your page and then see if the ifixpng method works? I think something in the ie.css is conflicting with this jQuery plugin. -- Christian Montoya --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
