Multiple background images – CSS3
-
I’m going nuts here…
I know in CSS3 you can apply multiple background images to a div (and most browsers support this now). But when I try it, only one background image shows. What an earth am I doing wrong? I have searched the forum, to no avail.
The page is: https://ohlalaleslesters.be/milo/the-volcano/
and my css is:
`#wrapper {
background-image: url(“https://ohlalaleslesters.be/wp-content/themes/ohlatwentyeleven/images/bg_inside.png”), url(“https://ohlalaleslesters.be/wp-content/themes/ohlatwentyeleven/images/sea.png”);
background-repeat: repeat, repeat-x;
background-position: 0 0, bottom center;
} `I put absolute links in cos I saw that worked for someone else! (But not me). Have tried shorthand declaration too….
I’m using Twenty Eleven (although I’m not sure why that would matter).
Please help!!
- The topic ‘Multiple background images – CSS3’ is closed to new replies.