You can force a scroll bar onto a div or other element with the CSS overflow property set to "scroll".
If you set the overflow property to "auto" it should scroll only if the layout of your page forces it to.
You can also achieve the same effect using frames or i-frames if you want.
