html - how to keep element in screen when scrolling in css? -


i have website big header go out of screen when scrolling (i want this), have 2 columns. i'd left column (it's section @ moment) remain visible time while right 1 scrolls down.

position: fixed; not i'm looking for, left column scroll until reaches top of screen, , stay there.

i know can done javascript, possible using css?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -