Sunday, September 05, 2010
   
Text Size

Site Search powered by Ajax

Newsflash 2

The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content,...

Newsflash 1

Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are...

Newsflash 3

With a library of thousands of free Extensions, you can add what you need as your site grows. Don't...

Newsflash 5

Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web...

Newsflash 4

Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A...

  • Newsflash 2

    Saturday, 09 August 2008 22:30
  • Newsflash 1

    Sunday, 10 August 2008 06:30
  • Newsflash 3

    Sunday, 10 August 2008 06:30
  • Newsflash 5

    Tuesday, 12 August 2008 00:17
  • Newsflash 4

    Tuesday, 12 August 2008 00:25

IE6 PNG Fix

What is the PNGfix?

If you have ever opened a webpage with a transparent PNG in Internet Explorer 6, you will see an obvious problem. The images do not appear transparent but adopt a light blue background, which is unsightly to say the least. This is the purpose of the PNGfix, to allow transparent PNG images to work correctly in the web browser Internet Explorer 6. A common way around this is to use a range of different Joomla! extensions which can be applied to your site. However, this is already built in to new RocketTheme templates (the fix already provides other solutions to various other IE6 issues). The author of this new PNGfix is Drew Diller.

Learn More

Below is a list of all the Rocket Theme Templates which have the PNGfix described above, incorporated into it. Also, all new templates releases will contain this as it has become an recurrent feature.

  1. SolarSentinel
  2. Mynxx
  3. Meridian
  4. Akiraka
  5. Mixxmag

How do I use the PNGfix?

To apply the PNGfix to a particular image, all you need to do is add a class, png. We have an example of image HTML code below:-

<img src="image.png" alt="Image" />

Now add class="png" to the code such as:-
<img src="image.png" alt="Image" class="png" />

Uninstall all other PNGfixes before using the template version, that includes plugins you may have installed into Joomla as they will conflict with the template fix

How to remove the PNGfix

If you wish to remove the PNGfix from the template, you have to remove the file and remove the reference from the rt_head_includes.php file. The file is called DD_belatedPNG.js and is located in the /templates/rt_solarsentinel_j15/js directory. You would then remove the following from the rt_head_includes.php file:-
<script src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/DD_belatedPNG.js"></script>
<script>
    DD_belatedPNG.fix('.png');
</script>

Disclaimer

Important: This demo is purely for demonstrative purposes. Content displayed is showcased as sample data. All images are copyrighted to their respective owners. All content cited is derived from their respective sources.

Login Form