Forums

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

Home Forums CSS HOW TO? – Category list move down page as scroll page??

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43095
    hendrix940
    Participant

    Hi all, thanks in advance. Here’s the site I’m working on: http://blog.simeonhendrix.com

    Currently my category list is fixed and as the user scrolls down the page the category list ultimately becomes hidden, as it’s way at the top of the page.

    I’m trying to get the listed to move down as the view moves down the page. So that at any moment they can look to their right and see the category list.

    Thanks for any and all feedback!

    #126647
    apart
    Participant

    edit: you can do it with fixed but i thought you want something smoother

    I’m not really sure how to do this but I guess it’s done with JavaScript/jQuery so you can google something with those keywords in mind

    #126687
    hendrix940
    Participant

    I think just using the FIXED would work. So I guess then, I would target the div around the CATEGORY and apply the ‘FIXED’ to it? Correct? THANKS GUYS!!

    #126689
    DADE
    Participant

    Yeap, you have your

    Just add position: fixed; to it and it’ll works just fine.

    #126789
    hendrix940
    Participant

    Awesome!! Thanks all for the help!!

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