
Problems with multiple background images (joomla)
Hi!
The problem is with the ie8. Here's the part of the main css file that doesn't work: no background image is displayed. All of the image urls are relative to the HTML document, not to the css file.
Code:
#wrapper {
display: inline-block! important;
position: relative;
right: 0;
width: inherit;
height: 100%;
min-height:100%;
height:auto !important;
background: url(../images/3.jpg) left repeat-y,
url(../images/11.jpg) right top no-repeat,
url(../images/10.jpg) right repeat-y;
-pie-background:
url(..images/3.jpg) left repeat-y,
url(..images/11.jpg) right top no-repeat,
url(..images/10.jpg) right repeat-y;
behavior: url(/templates/my_template/fixes/PIE.htc);
z-index: 28;
}
Where is a mistake?
