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.
Multiple backgrounds are not supported in IE7/8.