1. Make a block element to contain both main content area and side area. Set a max-width to it .
2. Float the main content area to the left. Set its width to 70%.
3. Have the sidebar have the property with "overflow: hidden" . The sidebar will maintain its own block.
2. Float the main content area to the left. Set its width to 70%.
3. Have the sidebar have the property with "overflow: hidden" . The sidebar will maintain its own block.
Comments
Post a Comment