
Background doesn't work in IE7
Hi there! I'm trying to use PIE in my website. It seems to work great so far, but the background doesn't show up in IE7. (it does in 8 and 9)
I already experimented with position:relative and/or z-index. But nothing happens. Can someone help me please?
Code:
body {
font: 0.7em tahoma, arial, sans-serif;
line-height: 1.4;
background: url(/images/background26.png) bottom left repeat-x, url(/images/background11.jpg) center center repeat, #616161;
-pie-background: url(/images/background26.png) bottom left repeat-x, url(/images/background11.jpg) center center repeat, #616161;
behavior: url(../PIE.php);
}