I am working on a resizable page with sidemenu on the right, and it almost works as intended, with this simple example:
http://pastehtml.com/view/1do8cy9.html
The problem is that the auto position and min-width do not react as expected. If you drag the browser window less than 500 pixels (as the minimum width is set), the red sidebar continues through the green content.
How to make the sidebar stopped when it reaches the minimum width, fx 500px?
css position absolute resizable
donpedroper
source share