I would like to has a scrollable div but scrollbar should be on the right side of browser as default (but not on the right side of div). I've seen that on facebook (ceter div - contentArea is scrolled by right side browser scrollbar).
|
feedback
|
|
The way Facebook does it is by having all the content that doesn't scroll have a A very simple example of this: Now imagine the above, but with all non-scrollable items setup like the EDIT Here is a slightly more complex example, with three columns: | ||||
|
feedback
|
|
Actually, the That gives you the impression the scrollbar is outside the div, while you are actually scrolling the whole page, the left and right div elements are fixed. i.e: by using the style | |||||||||||||||
feedback
|
|
I hope this helps a lot... see what you can do from here, i tried to comment on the code as much as possible...
| ||||
|
feedback
|