Tip: highly adaptive control of css Columns

Source: Internet
Author: User

More and more webmasters are joining the Internet team. With the increasing popularity of w3c standards on web pages, css has already replaced the Ancient Table-based Web pages. The Helper house has carefully prepared many tutorials on CSS for the majority of users, today, let's take a look at column control:

<Div id = "c"> <! -- The parent container of highly adaptive columns is very important. It can be said that without the overflow ·: hidden of the parent container, it cannot achieve highly adaptive --->

 

<Div id = "left"> </div>

<Div id = "right"> </div>

</Div>

# C {overflow: hidden}/* parent container exceeds the boundary hidden */
# Left, # right {padding-bottom: 3000px; margin-bottom:-3000px; border: 1px solid # f00}/* internal and external patches, note that the value in css cannot exceed +-32767 */


We have already mentioned the usage of CSS in the above article. You are welcome to continue to pay attention to the tutorials for helping customers.

 

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.