I'm not all that thrilled about introducing some js either ... it's just that pngfix has been the best solution i've ever found for supporting transparent png's in IE<7. As you probably know it's not really "a lot of trouble" - the code is quite compact.
The other thing is i foresee using some other transparent graphics throughout the site. I'd gladly use a gif, but i use photoshop and the resultant files never compare well to the png-24's. maybe i need to create better transparent gif's.
i also thought of using a straight jpg that included the alpha'd parts of the logo but then trying to align the logo so they'd be invisible against the rest of the background would be a css nightmare for me.
URL: http://b o d y b y b a m b o o . c o m
there is one bg-image for all of page-specific #mainWrapper - it is different for each category page. to use anything but a trans for the logo would require what? absolute positioning in the css? and that might even bomb in various browsers.
so how do others support transparent png's in their designs?
an IE specific section in the css would still have to address the transparency issue, non?
thanx for taking the time.