Example of three-column div+css layout in full screen

Source: Internet
Author: User
Tags html page

Example of three-column div+css layout in full screen

Here's the code:


nice and free CSS Template 7



MENU



#left {
Position:absolute;
left:0px;
width:190px;
Color: #564b47;
margin:0px;
padding:0px;
}


this column inherited it ' B background color from the body definition.
The padding ist defined through the P element.




MENU



#right {
Position:absolute;
right:0px;
width:190px;
Color: #564b47;
margin:0px;
padding:0px;
}







CONTENT


3 columns/menu fixed, content dynamic with head and footer.

3 Column Layout grid. The navigation column are fixed in width, the content column is dynamic and adjusts
itself to the browser window.


this layout also works with a absolute height template 100% height< ; br/>
more nice and free CSS templates



HTML {
padding:0px;
margin:0px;
}
Body {
Background-color: #e1ddd9;
font-size:12px;
Font-family:verdana, Arial, Sunsans-regular, Sans-serif;
Color: #564b47;
padding:0px;
margin:0px;
}
#content {
margin:0px 190px 0px 190px;
border-left:2px solid #564b47;
border-right:2px solid #564b47;
padding:0px;
Background-color: #ffffff;
}



In Valid code we (* ^_^ *) Miss Monorom


The following is the HTML page special effects code, click the Run button to see the effect:
[Ctrl + A ALL SELECT hint: You can modify some of the code, and then run]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.