AFAIK, with CSS 3, background images are possible using the following syntax:
background-image: url(http://whatever/background1.png), url(http://whatever/background2.png);
When I try this, I do not get any background images appearing at all. They do, however appear if I use only one image. When using the developer tools in Chrome, I do not see the comma after the first image is specified. I was wondering if the preprocessing that WordPress does is accidentally stripping out the comma and causing it to not work, or if there is something different that I am doing.
Thanks
The blog I need help with is designerflow.wordpress.com.