The inquiry above can be addressed by noting that the syntax used is incorrect.
body{
background-image: url("../img/logo.jpg"), url("../img/background.png");
background-repeat:no-repeat, repeat-y;
background-position: right 30px, right top;
background-attachment:fixed, scroll;
background-color:#ffffff;
color:#000000;
}
Please take note that the first image will have the highest stacking order.
In connection to multiple background images, upon reviewing my error logs, I have observed errors relating to the aforementioned background images. Despite attempting to rectify this issue using absolute URLs, it has proven unsuccessful. It is my assumption that these occurrences of 404 errors are attributed to older versions of Internet Explorer. Has anyone else utilizing multiple background images encountered similar issues in their error logs?