Forums

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

Home Forums CSS CSS Scrolling Issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210511
    rob916
    Participant

    I have a site I’m developing for an internet radio station and have come across an issue I cannot seem to remedy. I’m very new at CSS and have been learning a little here and there however this one is boggling my mind. The developer of the shoutcast info page I’m using advises that I need to set this in CSS. You can see the problem I’m having here:

    http://www.695therock.com/scstats/vertical.php

    The problem is the playlist history scrolls with the mouse wheel when it should stay fixed below “Played History”. I’ve tried setting the position to “static” in the CSS with Stylizer however it doesn’t work outside of the Stylizer browser.

    #210554
    michaellee
    Participant

    Decrease the height of #scrollbarHistory .viewport to something like 500px so that it is shorter than the height of all the child elements combined and then change overflow to something like overflow-y: scroll. This would constrain scrolling to just the y-axis.

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