Responsive Design with Fixed Column Width CSS Trick
While implementing response sites, its a very common use case where you have a left/right column which is fixed width and the other column need to take rest of the available space. Lets see how to deal with this problem