position scrollbar

1
I have trouble repositioning the scrollbar to the right side in order to create one scrollbar at the right side of the page. Does anyone know how to do this? As shown in the image the scrollbar is now next to the content and I want it right of the "sideright".
asked
3 answers
5

You will need to use index-nolayout.html.

This file is located in your deployment\web folder. The nolayout.html will make sure the scrollbar is positioned on the browser instead of the content.

answered
0

Goto index.html and play around with the divs in the bordercontainer.

answered
0

What happens if you remove the "menu 2" div. Seems like you need to reassign the order of your divs in the main content container. You could set the main content div and the menu 2 in a new div and then you could reposition by floating and playing with the overflow property.

answered