Hi ,
I am using the standard rotate.php script to rotate the header images in my website (drupal 6.10). However the images being used have a transparent background which gets rendered as a dull blue in IE6. I have tried using PNG fix : twinhelix.com , have used modules pngfix and pngbehave .. but to no avail. The website is : [http://www.geek.designbracket.com/][1]
The CSS code fr the header div is :
#header {
background: transparent url(img/banners/rotate.php) no-repeat 0px 0px; /*rotates images in the banners folder */
}
Have also tried adding the alphaloader filter to the same div as given under:
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='banner_bgimg.png', sizingMethod='scale');
position: relative; z-index: 1;
I think I am doing something wrong here . Any help would be greatly appreciated.
Thanks