Hi All
I hope you can help me, I am trying to have two background images that have fixed positioning
, one tight to the left of the page and the other tight to the right. I am not new to css but this just has me confused as i can get the multiple background images on the page by using a comma seperated url reference in background-image. but then positioning them individually I am not sure this is possible please help.
Multiple background-images
Multiple background-images only works in Safari currently anyway and trying to use the syntax will invalidate your background statements for browsers that don't support the feature.
In lamens terms, multiple
In lamens terms, multiple backgrounds is a CSS3 property that isnt supported by most browsers yet. You'll need to apply the background images to two different elements. Or apply one as a background, and the other as html.

