Posted by Anonymous on March 1, 2010 at 4:33am
Hi,
I am new to Drupal and Zen and am looking for some help with the header. My header has a background image and three transparent .pngs that I want to add on top. I have tried adding new divs in the css with background images and that didn't work as well as creating the css for the new divs and adding the images in the .php.. The best I got was the missing image icon.
Thanks!
Comments
IE?
Are you using an older IE version? Can you check in Firefox?
IEs don't support transparent pngs, youll have to use png behave module to display properly there.
What do you mean adding new divs in css? You need to add divs in the template and apply css to it, or make blocks to put in header region and put images there.
Why do you need to have it in so many images, can't you blend them all together to use one image?
with Javascript
Hi all
May you could do it with some Javascript or use the Views Slideshow Module:http://drupal.org/project/views_slideshow
I think this could be the solution. But think about what portulaca has written, about transparency.
Hope I could help.
Please post your solution, if it is another.