Self-Adaptive Height Solution in CSS layout

Source: Internet
Author: User

This is a basic problem that is often encountered in Div + CSS layout. I personally think it is relatively simple and practical to use the background image filling method. Final effect.

CSS:

Body {Background: # ededed; font-size: 70%; font-family: Arial, Helvetica, sans-serif; line-Height: 130%; color: #666666; margin: 0; padding: 0; text-align: center;} # layout {width: 760px;/* -- for ie5.x -- */W \ idth: 740px; /* -- Other -- */margin: 10px auto; Border: solid 10px #999999; border-bottom: solid 9px #999999; /* -- add a 1 px DIV at the bottom to clear the float, so set the Bottom Frame to 9px -- */Background: url(bg.gif) # ffffff repeat-y left; /* -- fill in the background to solve the inconsistency between the left and right columns -- */Text-align: Left ;}# Sidel {float: Left; width: margin PX ;}# Sider {float: right; width: 540px;} Pre {padding: 10px; margin: 0 ;}. clear {Background: #999999; clear: Both; Height: 1px; overflow: hidden ;}

If you are interested, you can also refer to here, a solution that uses js to control the adaptive height, without the background image.

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.