It's truly baffling that I can't figure this out!
Is there a way to make a fixed element respect the overflow setting?
I created a fiddle for reference - http://jsfiddle.net/REk4C/7/
In the fiddle and the image above, you'll notice a container div with three child divs, each with a different position setting. The relative element follows the overflow rules correctly. While I understand that the absolute element may break out, I need the fixed element to adhere to the overflow property. Is there a solution to achieve this?
I'm willing to use jQuery if necessary.