[Solved]IE dont see backgrounds in Pagewrapper

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
nabro
Forum Members
Forum Members
Posts: 13
Joined: Wed Jun 02, 2010 7:05 am

[Solved]IE dont see backgrounds in Pagewrapper

Post 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
Last edited by nabro on Tue Nov 22, 2011 10:28 am, edited 1 time in total.
mcDavid
Power Poster
Power Poster
Posts: 377
Joined: Tue Mar 31, 2009 8:45 pm

Re: IE dont see backgrounds in Pagewrapper

Post 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
nabro
Forum Members
Forum Members
Posts: 13
Joined: Wed Jun 02, 2010 7:05 am

Re: IE dont see backgrounds in Pagewrapper

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

Return to “Layout and Design (CSS & HTML)”