newbie
newbie

Reputation: 14950

IE 7 and IE 8 fix on multiple background image

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.

Upvotes: 1

Views: 565

Answers (1)

Bryan Naegele
Bryan Naegele

Reputation: 660

Multiple backgrounds are not supported in IE7/8.

Upvotes: 3

Related Questions