I would love to see your site to see exactly what you are talking about to see if there is a better way to fix this than using scrollbars as they look armature and if use incorrectly (like with frames) and can make the page inaccessible.
The best way to use scrollbars (if you must) is to use a css overflow style on the container around the content you want to scroll.
All you have to do to make a div tag scroll is give it an overflow property with a height and a width. Then the scroll bar will only appear when the browser is resized and the text exceeds the width or the height.
For example <div style="overflow:auto; height:250px; width:300px;"> would be an inline tag.
Hope that helps!
This answer was edited by mahalo 241 days ago.
Reason: aaa




