rudolfl Posted March 30, 2013 Posted March 30, 2013 Hi, Is there a way to make left and right column to be always in view when page is scrolled down? If page content is large, I want columns to be always visible. Same goes for header -- I want it to always be at the top of the page. I guess, I can try to do something using absolute position, but I hope there is a proven solution already. Thanks, Rudolf
♥mattjt83 Posted March 30, 2013 Posted March 30, 2013 @@rudolfl You can apply fixed positioning to the <div> in question. You will probably have to add some other additions to your stylesheet to compensate for proper positioning. Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.