I have two divs, one with fixed width, 250px; which is on the left, will be a set menu, always left. And another div on the right that I want to make it 100%, whenever the user manipulates the corners of the screen, it was 100%.
Something like this:
.menu{width: 250px; float: left; position;fixed}
.resto{width:100%; float:right;}