** Background:

http://www.w3schools.com/css/tryit.asp?filename=trycss_background_shorthand2

- background-attachement:fixed

** Text

- text-indent:10px; 

direction: rtl / ltr;

- word-spacing: 20px;

- white-space: nowrap;   // disable text wrapping inside element


- vertical alignment method

http://www.w3schools.com/css/tryit.asp?filename=trycss_vertical-align

 

** Table

- table { border-collapse:collapse; }

http://www.w3schools.com/css/tryit.asp?filename=trycss_table_border-collapse

- tr.collapse {visibility:collapse;}

http://www.w3schools.com/css/tryit.asp?filename=trycss_visibility_collapse

- <caption>Table 1.1 Customers</caption> // the name of the table

  caption {caption-side:bottom;}

http://www.w3schools.com/css/tryit.asp?filename=trycss_table_caption-side

 

** Outline property

outline : value; // similar to border , outside border

http://www.w3schools.com/css/tryit.asp?filename=trycss_outline

 

** shape

http://www.w3schools.com/css/tryit.asp?filename=trycss_clip

** cursor

http://www.w3schools.com/css/tryit.asp?filename=trycss_cursor

 

** Generated content

Insert the URL in parenthesis after each link with the content property

Numbering sections and sub-sections with "Section 1", "1.1", "1.2", etc.

Specify the quotation marks with the quotes property

arrow
arrow
    全站熱搜

    guardian801202 發表在 痞客邦 留言(0) 人氣()