background images not showing in IE8 only

GK User
Fri May 18, 2012 2:29 pm
Hello,

Ik tried al lot of things but can`t find a sollution. Searching on the forum did not gave me any results.

i have 2 background images (.png) 1 in the right top corner en 1 in the left bottom corner. the show up correctly in FF, Chrome, Safari, IE9 etc. But only in IE8 there not showing.

joomla version 2.5.4
template version 2.6.1

Hope any one has a sollution.
User avatar
Fresh Boarder

teitbite
Mon May 21, 2012 8:23 am
Hi

Please show me Your site.
User avatar
Moderator

GK User
Mon May 21, 2012 12:34 pm
teitbite wrote:Hi

Please show me Your site.



www.deeenhoornsieraden.nl
User avatar
Fresh Boarder

teitbite
Tue May 22, 2012 6:27 am
Hi

Your site is offline. I need user access to check this issue.
User avatar
Moderator

GK User
Wed May 30, 2012 1:36 pm
Ok i created an account for you and send it to you via PM.

Second i have a lot of layout issues. would you check that as well?

Here the starting page is page 2.
https://www.deeenhoornsieraden.nl/shop/ ... 5a40f.html

Here the artikels are all scrambled, and also starten at page 4.
https://www.deeenhoornsieraden.nl/shop/ ... 3bfa8.html
https://www.deeenhoornsieraden.nl/shop/ ... 7c6ba.html

Hope you can help me!

Gr. Alex
User avatar
Fresh Boarder

teitbite
Thu May 31, 2012 12:30 pm
Hi

You haven't send it to me. At least I do not see anything in my PM box. Please send it to my mail.
User avatar
Moderator

teitbite
Thu May 31, 2012 1:20 pm
Hi

I've just found your mail. Please give me couple of minutes to figure it out.
User avatar
Moderator

teitbite
Thu May 31, 2012 1:37 pm
Hi

Backgrounds are not visible because IE cannot process such css syntax to set 2 backgrounds separated by comma. Only one background per layer is available, so please try to add one to HTML {} and teh second to BODY {}

For scrambled articles use this code for fix:

Code: Select all
.row > div {
    display: block;
    float: left;
}



For me all pages are opening on first element. So I believe it may be a cache or a cookie issue. Please try clear cache of the browser.
User avatar
Moderator

GK User
Thu May 31, 2012 2:33 pm
Thank you for your repley.

In IE9 it works ok.

only in IE 8 it is not ok.

How can i do that the first in html and the second in body?

and where do i need to put that css code?
User avatar
Fresh Boarder

teitbite
Fri Jun 01, 2012 12:58 am
Hi

Yes they probably made IE9 to support that syntax.

Any custom code should be added to override.css file.

It doesn't have to be:

Code: Select all
html {
background:url("../images/style1/BG_juwelier_boven.png") no-repeat right top transparent;
}

body {
background:url("../images/style1/BG_juwelier_onder.png")  no-repeat left bottom transparent;
}


exacly. You can use any layer which is used in this place.
User avatar
Moderator

GK User
Fri Jun 01, 2012 2:38 pm
Ok thank you.

I did that, but than on all browsers the layout got messed up.
User avatar
Fresh Boarder

teitbite
Sat Jun 02, 2012 9:08 am
Hi

This classes got no other affect on layout than adding a background. So I believe You have done something wrong while adding it.

Please send me FTP access I'll do that for You.
User avatar
Moderator

GK User
Mon Jun 04, 2012 10:42 am
i have copied your text in to overide.css in the template folders. Then i enabled overide css in the templates parameters.
User avatar
Fresh Boarder

teitbite
Tue Jun 05, 2012 7:15 am
Hi

Send me an access to joomla panel than. I need to check if for example a part of forum code was not involved or if it wasn't overwritten,
User avatar
Moderator


cron