Highly Adaptive Layout and Adaptive Layout

Source: Internet
Author: User

Highly Adaptive Layout and Adaptive Layout

Highly adaptive growth is often used in Webpage layout. For example, the left side is the content of the article. As the content of the article changes, the height is not fixed, and the right side is related to the fixed height. :

After a simple exploration, we found that there is a min-height attribute in CSS. If min-height is set to 200px, it will automatically increase when the height is greater than 200px, and if the height is less than 200px, it will be 200px. Combined with float: left, my layout is as follows:

  

<Div id = "main"> <div id = "left"> original title: Hua Rong: Do not sell the first bounce target before the Spring Festival. The target position is 3360, the Shanghai stock index stood at again. After a few days of repetition, can this time enable the rebound market after the fall? With the concerns of investors, Sohu financial phone connected to Mr. Hua Rong, a well-known operator, he hopes that he can use his decades of market experience to help investors understand the current position of the market at this crucial moment.

The double-bottomed architecture successfully led to the above growth before the Spring Festival

Question 1: Does Changyang mean that the bottom is successfully built?

Hua Rong, the increase was dominant before the Spring Festival.

The rebound target first saw 3360. In fact, it is more likely to be 4200 points.

Question 2: What is the target position of this round of rebound?

Hua Rong: in the first stage of this round of rebound target, I first saw the 30-day moving average at. Why did I see the 30-day moving average? The rebound after the first stock market crash is subject to this moving average, so this position is very important, whether it is a space mark or a psychological mark. In the second stage, if we stand after 3360, the next rebound goal will be 4200 points. Currently, it is more likely to reach the second stage.

In January, the registration system was promoted to free up space for institutions to use a unilateral rise.

Question: Why was it so bad in the last month?

Hua Rong, only the next rise in a single side is more in line with the interests of the institution. It is necessary to know that this situation is almost the same as the situation before the issuance of new shares in 2015.

The time and space have been put in place. After the sharp drop, it must be a V-shaped bottom.

Question 4: is the base building time too short?

Hua Rong: after the fall, it is generally a back arc, which requires time to digest. However, in January, this wave of adjustment was a sharp drop and a slump. The bottom of this situation must be a V shape. So, the time and space for adjustment are sufficient.

Do not sell the belt and road network before the Spring Festival.

Question 5: How do deep-seated investors operate?

Hua Rong: Do not sell it before the Spring Festival. You can change the stock. Today's market prices are fully driven by the concept of the belt and road initiative. </Div> <div id = "right"> dsfdsafsd </div> <div id = "footer"> bottom content </div>

The red part is the test text part.

The specific style is as follows:

# Main {

Margin: 0 auto;

Width: 1000px;

Min-height: 300px;

}
# Left {

Width: 600px;
Min-height: 300px;
Float: left;
Background-color: # cc00cc;
}
# Right {

Width: 400px;

Height: 300px;

Float: left;

Background-color: # cccc00;

}
# Footer
{

Float: left;

Margin: 0 auto;

Width: 1000px;

Height: 60px;

Background-color: # cccccc; background-image: url('20120227095908_5zK2V_thumb_600_0.jpg '); // background image

}

After a simple test, we found that all types of browsers are fully applicable. OK!

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.