If I use css border-radius:[some value]
for a parent element and have a fixed positioned child element, in Internet Explorer the child element gets 'clipped' into the parent. If I use border-radius:0
in the parent element, the result is ok (but without a border radius).
This is IE >= 9 only. Other browsers behave like expected.
Here's a jsfiddle showing what I mean.