ggeorgiou01
Programmer
Hi all,
I have a style (see below) in a style sheet, this works fine, but what i also want to do is add another background image to the same style. But only the last image is being shown on my page !!!
How do i add 2 background images to the same style class ??
.Green
{
background-position: top right;
background-image: url(Images/CornerGreen.gif);
background-repeat: no-repeat;
background-position: top left;
background-image: url(Images/CornerGreenLeft.gif);
background-repeat: no-repeat;
}
Many thanks,
George
I have a style (see below) in a style sheet, this works fine, but what i also want to do is add another background image to the same style. But only the last image is being shown on my page !!!
How do i add 2 background images to the same style class ??
.Green
{
background-position: top right;
background-image: url(Images/CornerGreen.gif);
background-repeat: no-repeat;
background-position: top left;
background-image: url(Images/CornerGreenLeft.gif);
background-repeat: no-repeat;
}
Many thanks,
George