Page 1 of 1

[Solved]IE dont see backgrounds in Pagewrapper

Posted: Tue Nov 15, 2011 10:10 am
by nabro
I have problem with IE

He dont load from css backgrounds in chrome and firefox is ewrythink ok

Link to the page:

http://haber-yachts.nazwa.pl/strona/ind ... =haber800g

css code:


div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
max-width: 99em;
min-width: 98em;

/* now that width is set this centers wrapper */
margin: 0 auto;
background:url(uploads/ngrey/tla/hb800c4a.jpg) no-repeat, url(uploads/ngrey/tla/hb800c4b.jpg) repeat-y;
background-position: 0px 95px;
}


some idea? how to solve this problem

Re: IE dont see backgrounds in Pagewrapper

Posted: Sat Nov 19, 2011 8:18 pm
by mcDavid
Your HTML doesn't validate, allways check this first if you have cross-browser problems. I think this could well be the problem as the body-tag is incomplete.
http://validator.w3.org/check?uri=http% ... ne&group=0

Re: IE dont see backgrounds in Pagewrapper

Posted: Tue Nov 22, 2011 10:27 am
by nabro
Solved :)

IE have problem with two backgrounds put in:

background:url(uploads/ngrey/tla/hb800c4a.jpg) no-repeat, url(uploads/ngrey/tla/hb800c4b.jpg) repeat-y;

I went to a compromise and I made a little different;]