Hi there,
I tried installing the Joomla DarkMatter RocketLauncher installer package and found several problems:
1. PNG transparency issue in IE6 (screenshot below):
This image is hidden for guests.
Please log in or register to see it.
I have also tried the solution from this website:
homepage.ntlworld.com/bobosola/pnghowto.htm
but the PNG image disappears altogether, I don't know why, I've used this solution and had it working on a static HTML site before.
Any ideas how to fix this PNG transparency problem on IE6?
I know it's such a dreaded topic, I wish I didn't have to deal with it either but I really want to have transparent PNGs on my site.
2. Missing/misreferenced images:
This image is hidden for guests.
Please log in or register to see it.
Which files refer to these images?
I can easily fix this problem by copying the images to joomla/images folder, but I thought I'd point it out to you.
3. Missing image:<!--[if lte IE 6]>
<link href="http://localhost/joomla3/templates/rt_darkmatter/css/template_ie6.css" rel="stylesheet" type="text/css" />
<style type="text/css">
img { behavior: url(http://localhost/joomla3/templates/rt_darkmatter/css/iepngfix.htc); }
.alpha-shadow div { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://localhost/joomla3/templates/rt_darkmatter/rokzoom/shadow2.png', sizingMethod='crop'); background: none; }
</style>
This image "src='http://localhost/joomla3/templates/rt_darkmatter/rokzoom/shadow2.png" doesn't exist.
Does this have something to do with the buggy PNG fix on IE6?
Any suggestions much appreciated.