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
Comment #1
novovox commentedAnyone?
Comment #2
davidneedhamGood question. I'm wondering this myself.
Comment #3
davidneedhamI 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.
Comment #4
jfarry commentedsubscribed.
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.
Comment #5
mrjeeves commentedit 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.
Comment #6
mrjeeves commentedComment #7
mrjeeves commented