Topic: scrollbar problim
hello
after adding kurdish languge with direction rtl style the scrollbar has problim
any idea to solve this
thanks
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → scrollbar problim
hello
after adding kurdish languge with direction rtl style the scrollbar has problim
any idea to solve this
thanks
Fortunately, there was a simple solution: I added overflow:scroll to the body CSS element.
This will cause the scrollbar to always appear (if the page is wide enough), regardless of whether the page is long enough to actually need it. While this is annoying, it’s better than having the menus move around between pages.
This doesn’t work in IE6, so I added _overflow:auto after overflow:scroll. Yurigoul suggests an alternative in the comments below: body {height: 100%} html {height: 100%; margin-bottom: 1px;}
PunBB Forums → PunBB 1.3 troubleshooting → scrollbar problim
Powered by PunBB, supported by Informer Technologies, Inc.