Providing Internet Explorer 6 with transparent PNG support in your Joomla! template
One major letdown of older browsers is their lack of support for alpha-channel transparency in Portable Network Graphics (PNGs). This means that more modern designs may not display as intended in older browsers, but there is a fix in the form of the IE PNG fix.
Getting ready
1. Locate the
<head>
element of your Joomla! template'sindex.php
file. You'll also need the IE PNG Fix behavior file, which you can find at http://www.twinhelix.com/css/iepngfix/demo/. Save this file in thecss
directory of your template's directory (use the rhuk_milkyway template in the following example).<!-- HTML omitted for brevity --> <style type="text/css"> img, div, a, input { behavior: url(<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/iepngfix.htc) } </style> </head>
Note
If you no longer have access to Internet Explorer 6, you could make use of a remote access service such as...