Good day!

I am currently trying to create a background-image with multiple images on it. My code is as follows:

background-image: url("/test/images/texture-diagonals.png"),     url("/test/images/texture-dark2.gif");

But it doesn't work in IE7 and IE8.

I've read the following solution in this website But what does it mean that i need to position it relative to html?

Or are there other ways to fix this. Thank you.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Multiple backgrounds are not supported in IE7/8.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.