The shorthand property 'background: inherit' only inherits background-color
This is fixed in Opera 7.5
background-color: red;
background-image: url(foreground2.jpg);
background-color: inherit;
background-image: inherit;
background: inherit;