This module successfully solved the png rendering for my logo (img) element in IE6. However, I am also using a png transparency for the background of my node content (the site has background images that this transparency sits on). I am using css within the #main tag as follows to display the transparency:

background: url(images/bg-trans.png) top left repeat;

What do I need to do to get this to display as a transparency?

Comments

novovox’s picture

Anyone?

davidneedham’s picture

Good question. I'm wondering this myself.

davidneedham’s picture

I know it's been about a year since you wrote this, but I was able to solve my issue by being specific with the classes (eg. .form-item input). Also make sure that fckeditor is disabled for those textfields, as that was also causing me some pain.

jfarry’s picture

subscribed.

am experiencing the exact same problem as the op, on the same selector as well.

in addition to adding "#main" (wihtout the quotes) to PNG Behave in admin, my css file contains:
#main{
background: url('images/contentspacer.png') repeat scroll 0 0 transparent;
}

have also tried (plus a few other combinations like the parent element thing from PNG Fix):

#main {
background: url('images/contentspacer.png') repeat scroll 0 0 transparent;
behavior:url('/sites/all/modules/pngbehave/iepngfix.htc');
}

still doesn't fix this in ie.

mrjeeves’s picture

Assigned: Unassigned » mrjeeves
Category: support » bug

it would seem that there are still considerable issues with the background rendering transparent. i'll be rolling out a new version with updated codes from twin helix, as well as my own mods to try and address some of these issues. more info soon.

mrjeeves’s picture

Status: Active » Postponed (maintainer needs more info)
mrjeeves’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)