Is there a way to have two different background images, one attached to each side of a div element, that do not insist on statically appearing when the window is resized smaller? In other words, if the div element is 900px wide and viewed on a small laptop, it will remain centered but only enough of the left and right backgrounds appear as required by the viewport size.
I think I've exhausted my limited CSS knowledge on this one.