I'm having a real hard time trying to figure this one out. I even asked my friend which is like a master at coding websites.. but said he never done multiple background images, so I'm hoping you can help me out here VFXDUDE.
I'm using the BFNAV child theme.
So basically I'm trying to have a image on top of the page and a image on the bottom as well. So far I am only able to get the top image to work.. but not the bottom.
So this is the working code for the top image:
body { background: #fff url(http://nerwinator.com/wp-content/themes/bfnav/images/texture7.jpg) repeat-x; }
I tried it this way to get the bottom image to show up and it just didn't work:
body {background: #fff url(http://nerwinator.com/wp-content/themes/bfnav/images/texture7.jpg) center top repeat-x, url(http://nerwinator.com/wp-content/themes/bfnav/images/texture7_bottom.jpg) center bottom repeat-x; }
so I'm not sure why it isn't working and hopefully you can help me out to get it to work, it would be greatly appreciated!