Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bug in Opera with overflow:hidden (parent) and position:fixed (child)

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #144724
    borshak
    Participant

    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!

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.