IE6對多個CSS樣式的解析

來源:互聯網
上載者:User


<html>
<head>
<title>ie6對多個css教程樣式的解析</title>
<style type="text/css">
body { font-size:12px; }
.west { color:green; }
.west.color { color: red; }
</style>
</head>
<body>
<p class="west">大師兄,師傅被妖怪抓走了。</p>
<p class="west color">二師兄,師傅被妖怪抓走了。</p>
<p class="east color">大師兄,二師兄被妖怪抓走了。</p>
<p class="east">大師兄,師傅和二師兄被妖怪抓走了。</p>
<p class="color">師傅放心吧,大師兄會來救我們的。</p>
</body>
</html>

相關文章

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.