Forums

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

Home Forums CSS Elements on top of scroll bar?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158294
    nixnerd
    Participant

    I experienced this myself why developing something locally the other day.

    Go to this site (not mine) and you’ll see what I’m talking about:

    http://ringvemedia.com/shanghai-activities

    See how the black bar sits on top of the scroll bar? What’s going on there?

    #158296
    Alen
    Participant

    Can you screen grab what you’re seeing, I don’t see anything over the scroll bar.

    #158297
    Senff
    Participant

    It’s not the standard scrollbar for the BODY.

    There’s actually a div (with id “CONT”) that’s covering the entire browser width/height, and this div has a scrollbar.
    On top of that, is the black bar that’s full width too. So it overlaps the #CONT div, including it’s scrollbar.

    So basically just this idea: http://codepen.io/senff/pen/pugBA

    #158298
    Alen
    Participant

    Aaaa now I see it.

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