First in source
This is a layout that is fluid (100% width), has a height of 100% and rounded content corners.
The center/content column is fluid, but left and right column is fixed. The rounded content corners look is "faked" using background images in body, #mainContainer, #content, #left and two divs inside the footer. Border-top is added to #left, #content and #right.
For further information about how this layout is made, take a look in the source code.
What is this about?
This example page is belonging to the article Three column fluid CSS layout with rounded content corners and 100% height.
Related CSS articles and examples
Below are some articles and layouts that are related to these examples.
- The
only CSS layout you need(?)
- Three column CSS layout - left and right menu. This is the basis layout for all the different layouts.
- Two column CSS layout - top and left menu
- Two column CSS layout - top and right menu
- Two column CSS layout - left and footer menu
- Two column CSS layout - right and footer menu
- Three column CSS layout: 100% height with footer. This layout is also using Faux columns.
- Three column CSS fluid layout: 100% width
- Three column CSS fluid layout: 100% width and with column borders
- Two column CSS layout - header and left menu
- One column CSS layout - top and footer menu