When I have two DIVs on my webpage that are larger than a browser window, it results in a horizontal scrollbar being displayed.
How can I hide this browser scrollbar for the first DIV while still showing it for the second one?
For example, if I have two divs with widths of 200px and 300px, I want to hide the horizontal scrollbar if my browser width is between 201-299px. (e.g. 250px)
Is there a way to prevent scrolling in the browser window when the width is between 201-299px?