CSS div background image change by page id
-
Hi,
I’m trying to add images to https://www.allglobe.ca that change by page id. It isn’t the body background I’m trying to change it is a div background.
In CSS I have
.page-2{
width: 920px;
min-height: 340px;
background-image: url(images/paper-bkg.jpg);
background-repeat: no-repeat;
background-position: right bottom;
overflow: hidden;
}.page-7{
width: 920px;
min-height: 340px;
background-image: url(images/news-bkg.jpg);
background-repeat: no-repeat;
background-position: right bottom;
overflow: hidden;
}In the page.php file I have tried many different variations and I can’t get them to work
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘CSS div background image change by page id’ is closed to new replies.