I can't get the pngfix module to work no matter what CSS classes I enter into it's interface (../admin/settings/pngfix) It has been enabled in the module section.

Here's what I'm working with -

Page code =

<div class="freeTrial">
<a href="trial" title="Try it Free!" class="pngfix"><img src="trialpic.png" alt="Try it Free!" /></a>
</div>

Pngfix attempted entries =
.freeTrial, div.freeTrial, .freeTrial a.pngfix, div.freeTrial a.pngfix, .freeTrial a img, div.freeTrial a img, .freeTrial img, div.freeTrial img

That page code is wrapped in another div called 'mainWrap', and I've tried using that. I also changed the freeTrial class to an id, and nothing is working.

The affected pages give me this error -

<script type="text/javascript">
<!--//--><![CDATA[//><!--
$(document).ready(function(){ $('.freeTrial, div.freeTrial, .freeTrial a.pngfix, div.freeTrial a.pngfix, .freeTrial a img, div.freeTrial a img, .freeTrial img, div.freeTrial img').pngFix(); });
//--><!]]>
</script>

What am I missing? Please help.
TripleAre

Comments

cazam’s picture

thought it was the answer to all my problems, this module, but I still get the problem too!