multiple background images???
-
Hi Guys, New to the forum and really very basic user and self taught, so very sorry if this question is basic but i don’t seem to be able to get an idea from anywhere.
I want to have background image at the top and a background image at the bottom – clearly it is there but the CSS only recognise the one background command?
Code i am using
#main {
padding: 15px;
background: #fff;
background-image:url(‘https://www.firstprotein.co.uk/protein/wp-content/themes/CoolMax/images/top-960-container.jpg’); background-repeat:repeat-y; background-position:top center;
background-image:url(‘https://www.firstprotein.co.uk/protein/wp-content/themes/CoolMax/images/bottom-body.png’); background-repeat:repeat-x; background-position:bottom center;
}my site is Located here
Help would be much appreciated, many thanks
Probably very simple, might not be??
- The topic ‘multiple background images???’ is closed to new replies.