I have a main container and two div classes inside it. One is sidebar and another is content area. I want the sidebar to be fixed and the content area fluid depending on the screen size of the page. The sidebar width is 195px and should be align to left. Content area to the right with width (screen resolution - 195px).
I have a main container and two div classes inside it. One is sidebar and another is content area. I want the sidebar to be fixed and the content area fluid depending on the screen size of the page. The sidebar width is 195px and should be align to left. Content area to the right with width (screen resolution - 195px).
Can I have a pure solution for this?
Although what I think you really want will only work with the flex-box property..this seems to be working
http://codepen.io/Paulie-D/pen/cHBfa
Agree with Paulie :)
http://codepen.io/anon/pen/crpae