multi-pages Page / split scroll
General Discussion
2
Posts
2
Posters
287
Views
-
Hello,
i'm trying to establish three seperate columns on one single page. Each of them should scroll up and down individually and leave the others untouched. The site http://www.stillestudio.com has this working pretty well. Can you help me how I generate these kind of navigation.
All best, Mo
-
@moritzbrue this is very customized. you can find out how such layouts work by inspecting the code in your browsers developer tools. in this case the rows are:
#leftrow {
overflow:auto;
height: 98vh;
/border-right:solid 1px black;/
}#rightrow {
overflow:auto;
height: 98vh;
}so they have different content mass but the same height. you would have to build your layout around that concept.
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com