Xhtml+css page layout Do you want to note the order of CSS writing?

Source: Internet
Author: User
css|xhtml| Web page

We use xhtml+css page layout, to achieve the separation of performance and structure, the performance of the CSS file is very important, but also more complex, we write CSS file with a lot of attributes and values, we take into account the problem of writing order.

Sometimes it is to write margin or color first, then write width and height and so on. Do we need to make our code more neat and more scientific? Practice has proved that writing neatly, according to certain rules of writing is very good.

The following is the order of CSS written by Mozilla Firefox, which is of reference value to our code writing:

* mozilla.org Base Styles
* Maintained by Fantasai
* (classes defined in the Markup guide-http://mozilla.org/contribute/writing/markup)
*/
/* Suggested Order:
Display Properties
* Display
* List-style
* Position
* Float
* Clear
Own properties
* Width
* Height
* Margin
* Padding
* Border
* Background
Text properties
* Color
* Font
* Text-decoration
* Text-align
* Vertical-align
* White-space
* Other text
* Content



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.