例如
<style>
div{
width:100px
height:100px
border:1px solid #ccc
transform:rotate(180deg)
-moz-transform:rotate(45deg)
}
</style>
<style type="text/css">.className{padding:10px}
</style>
<!--[if IE]>
<style type="text/css">
.className{padding:40px}
</style>
<![endif]-->