Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I would like to pin a container so it stays on the screen when I scroll down the page. Is it possible. And by the way - Linux rocks. |
||||
|
Yes that's easily possible - actually this seems to be one of the most asked questions on here - I need to make this more clear in the manual I guess. You can right-click the container, select "HTML Code..." -> "Additional CSS styles" and enter something like this: position: fixed; z-index: 100; top: 0px; |
||||
|
|