This topic contains 18 replies, has 5 voices, and was last updated by mhieke2008 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi,
sorry, I’m new here and would like to ask your help with regards to an issue with an background header image in ja_rutile. I’ve read this thread here, but it didn’t solve my issue for IE7.
I’m using joomla 1.5.9 on internal webserver as testsite. I’m trying to add a background image to the header and added the following lines to /templates/ja_rutile/css/template.css:
In the header section I have added the following lines after z-index:
#ja-header {
……
z-index: 999;
background-image: url(../images/himga.jpg);
background-color: transparent;
background-repeat: no-repeat;
}
himga.jpg is a 800 x 70 graphic (just blue background at this time)
Everything is working fine with FF but IE7 does not show the backgound image at all. I’ve already tried different versions of graphic images (png, gif) and sizes, however no success.
Many thanks for your help
mhieke2008
Try and make your image full width instead of 800pix and delete these lines in your css
background-color: transparent;
background-repeat: no-repeat;
1 user says Thank You to folkbear for this useful post
Thanks for the reply. I’ve removed those lines and at the end also figured out there was a problem with the jpg format. Everything is working fine now.
Best regards
Michael
This topic contains 18 replies, has 5 voices, and was last updated by mhieke2008 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum