Actually can't quite believe I can't solve this!
How can I get a fixed element to obey the overflow
setting?
I have done a fiddle - http://jsfiddle.net/REk4C/7/
In the fiddle and the above image, you'll see a div
that contains three div
s, each have a different position
setting. The relative
element obeys the overflow. Now I would expect and can accept that the absolute
element to break out, but I need the fixed element to obey the overflow
is this possible?
Happy to use jQuery if needed.