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
[Solved]IE dont see backgrounds in Pagewrapper
[Solved]IE dont see backgrounds in Pagewrapper
Last edited by nabro on Tue Nov 22, 2011 10:28 am, edited 1 time in total.
Re: IE dont see backgrounds in Pagewrapper
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
http://validator.w3.org/check?uri=http% ... ne&group=0
Re: IE dont see backgrounds in Pagewrapper
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;]

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;]