CSS大於符號的作用

來源:互聯網
上載者:User
#content {
float: left;
padding: 10px;
margin: 20px;
background: #FFF;
border: 5px solid #666;
width: 400px; /* ie5win fudge begins */
voice-family: ""}"";
voice-family:inherit;
width: 370px;
}
html>body #content {
width: 370px; /* ie5win fudge ends */
}

CSS2版本中的子物件選擇符(Child Selectors)
E1 > E2 選擇所有作為E1子物件的E2

擴充一下吧

CSS1版本 E1 E2 選擇所有被E1包含的E2。即E1.contains(E2)==true
CSS2版本 E1 + E2 選擇緊貼在對象E1之後的所有E2對象
CSS1版本 E1,E2,E3 將同樣的定義應用於多個選擇符,可以將選擇符以逗號分隔的方式並為組
CSS2版本 * 選定文檔分類樹(DOM)中的所有類型的單一對象

具體可以自己試一下:)

相關文章

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.