The vertical bar does not appear in IE8 if the page is not long enough. In FF, there is a workaround for this
html { overflow: -moz-scrollbars-vertical;
I use the following:
html { height: 101%; /* setting height to 101% forces scroll bar to display */ }