If I have two DIV's on my webpage which are larger than a browser window, than I have a horizontal scrollbar in my browser.
What should I do to hide this browser scrollbar for the first DIV and not to hide for a second?
Like I have two divs: 200px and 300px width. I want to hide horizontal scrollbar if my browsersize 201-299 px. 250px for example.
How could I ban scroll the browser window if the width 201-299?