I attempted to use this module on my site, but when using the fblike theme IE's png issues remains. Any ideas? Thanks.

Comments

RobLoach’s picture

You should set the CSS class to wherever the >img< tag is. So, for:

&lt;div class="image">&lt;img src="myimage.jpg" />&lt;/div>

You'd set it to .image .... This should be documented.

awb7422’s picture

I used firebug to figure out that the class name is header_logo so I set .header_logo in the module config page, but still no luck...Thanks again for your help.