[Solved]IE dont see backgrounds in Pagewrapper
Posted: Tue Nov 15, 2011 10:10 am
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
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