![]() |
|
|
#1 | ||
|
Administrator
Join Date: Mar 2008
Posts: 3,206
Thanks: 489
Thanked 447 Times in 353 Posts
|
Anybody got any idea if it is possible for my website to force IE to display the right handside scroll bar at all times, even on pages that are short and don't require it?
I am working on a website that has some really long pages and some very short pages (due to textual content), when I navigate between these pages transition isn't smooth because on some pages the scroll bar isn't there and on others it is...shifting the site about a cm left/right each time. Any ideas? |
||
|
|
|
|
|
#2 | ||
|
Senior Member
|
Hey Damon,
If you put this in your css file you will force all browsers to display a vertical scroll bar. Code:
html
{
overflow-y: scroll;
}
Hope this helps. |
||
|
|
|
![]() |
| Tags |
| internet explorer, scroll bars |
| Thread Tools | |
| Display Modes | |
|
|