View Single Post
Old 30.10.2006, 09:41   #6 (permalink)
stackedsax
Baby Mamber
 
Join Date: Sep 2004
Posts: 1
stackedsax is on a distinguished road
Default 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?
stackedsax is offline   Reply With Quote