scrollbar does not appear as I ment

Ruud

To solve this you will have to do something in javascript.
CSS will not know the browser resizes. (javascript does)

Google is your best friend for these kind of issues. (search for something like: resize scrollbar javascript)

Ruud

[url=https://dev4me.com/modules-snippets/]Dev4me - WebsiteBaker modules[/url] - [url=https://wbhelp.org/]WBhelp.org[/url]

Gerard

#1
Hello Bakers,

On a site I'm working on, customer want to have a scrollbar in the left-colom. It has to resize when a visitor resizes his browserwindow. So I made the scrollbar in css using overflow: scroll; and set the height of the block at 100%. The scrollbar appears but when I resize my browserwindow, the lower-arrow dissapears. And in full heigth it doesn't reach the bottom of the windows. How can I solve that?

Thanks in advance,

Gerard

Edit:
This is the url to the site: http://www.reinderbleeker.nl
And the url to the css: http://www.reinderbleeker.nl/templates/rb_01/screen.css