Greetings!
_Sorry for my bad English – it isn’t my native language._
In Opera (12.16) if we have parent container **div** with _overflow:hidden_, its child container with fixed position (_position:fixed_) will be cropper, if child container come out from parent.
Can this be fixed without set _overflow:visible_ for parent container? (And without JS too?)
For example – on page [http://re-store.borshak.com/social/](http://re-store.borshak.com/social/ “http://re-store.borshak.com/social/”) I show block with social link in container with position:fixed.
(**div class=”social”**)
This containar lay in container (**div id=”content”**) with overflow:hidden. For now container “social” work exelent in FF and Chrome, but in Opera I need use hack – add CSS rule only for Opera, for set overflow:visible for container “content”.
May be exist more accuracy workaround?
Thanks to all in advanced!