Re: PNG transparencies and IE I know this thread is old, but I see a lot of people still muttering about these problems and fixing with js. I think this method is a bit more reliable and I offer this bit of trivia:
The initial:
<?php ob_start(); ?>
doesn't seem to be necessary at all. I think Joomla is already doing output buffering somewhere before the template is loaded.
Just one less step to worry about.
Now, I've toyed with createing a mambot for this, but I'm not sure whether an onPrepareContent mambot will only look through content or affect things like modules also. Anyone know? |