i have a problem with my background-image shadow in my content container. In Chrome is the background position rightly but in firefox wrong.
Here my Testsite: http://www.behringer-mauch.de/Tischler_Hehmann/index.php
I hope someone have idea.
Separate background positions for x & y aren't approved in the CSS spec so
background-position-x: 80%;
background-position-y: bottom;
may work in Chrome but not in other browsers.