Backgroiund image isn'7 shown in IE

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Tue Oct 02, 2012 12:04 pm
Hi,

does anybody know why the background-image in the modules Mainbody-bottom and botton isn't shown in the old IE? ( I guess 6 or 7 or both)
Here is the link:

http://web279.44.eedomain.net/

In all the other browsers the background-images are shown.
Thanks a lot for every answer!

:D
User avatar
Fresh Boarder

teitbite
Wed Oct 03, 2012 12:39 pm
Hi

Can You show me a screenshot of what You have in mind ? IE6 is not supported, so site should not be visible at all, but I can see it ok under IE7.
User avatar
Moderator

GK User
Fri Oct 05, 2012 11:57 am
Hi,

so here is the screenshot.
http://www.multitaskmedia.de/download/screenshot.png


the green background in the mainbody-bottom module isn't shown at all, when I'm using IE Tab to how it looks in the IE. ( I'm working on a mac)
And the bg-image in the bottom module is there in parts, but i don't see the full image just the part on the left side "FERIENWOHNUNGEN".
THX for your help!
User avatar
Fresh Boarder

teitbite
Fri Oct 05, 2012 12:28 pm
Hi

I've just noticed that a link from the first post is not working. Can You send me a correct one ?
User avatar
Moderator

GK User
Fri Oct 05, 2012 3:33 pm
the link seems correct. here again:

web279.44.eedomain.net/

THX
User avatar
Fresh Boarder

teitbite
Sat Oct 06, 2012 3:47 pm
Hi

Please try add this code to css:

Code: Select all
#gkMainbodyBottom .custom {
background: url("http://web279.44.eedomain.net/images/pics/active_menu.png") repeat-x scroll 0 0 transparent;
}
User avatar
Moderator

GK User
Sun Oct 07, 2012 2:31 pm
Hi, thanks for your answer.

I wrote it in the style1.css , the template.css and layout.css.

But it seems not to work. In which css shall I add this code?
User avatar
Fresh Boarder

teitbite
Mon Oct 08, 2012 11:11 am
Hi

Both this files are fine and I can see the code, but it's still being oeverwritten by module code. Please try to use this code instead:

Code: Select all
#gkMainbodyBottom .custom {
    background: url("http://web279.44.eedomain.net/images/pics/active_menu.jpg") repeat-x scroll 0 0 transparent !important;
    height: 32px;
}
User avatar
Moderator


cron