Gecko has a really nice css feature called -moz-element (<a href="https://developer.mozilla.org/en/CSS/-moz-element" rel="nofollow">https://developer.mozilla.org/en/CSS/-moz-element</a>) that can be used to apply a _live_ view of a dom subtree as the background of another element.<p>People have done some awesome stuff with this, such as reflections, transition effects, and even recreating the blurred aero skin, by combining it with svg effects.<p><a href="http://hacks.mozilla.org/2010/08/mozelement/" rel="nofollow">http://hacks.mozilla.org/2010/08/mozelement/</a>
<a href="https://developer.mozilla.org/media/uploads/demos/D/a/David%20Mulder/c65123ae9f13eaf293101077308a23f0/aero-windows_1316465302_demo_package/index.html" rel="nofollow">https://developer.mozilla.org/media/uploads/demos/D/a/David%...</a><p>And what's even cooler, this has been added to the CSS3 draft spec, so it might actually soon be implemented in the other layout engines!
<a href="http://dev.w3.org/csswg/css3-images/#element-reference" rel="nofollow">http://dev.w3.org/csswg/css3-images/#element-reference</a>