样式表的使用
我想在一页面内使用样式表,但又不全部都采用,如上部份用样子表,下部份,不让样式表生效,有这样的功能吗
这是我的样式表
tr {background: window;}
td {color: windowtext; font: menu; padding: 1px; padding-left: 5px; padding-right: 5px;}
table {border-top: 1px solid buttonshadow;
border-left: 1px solid buttonshadow;
border-right: 1px solid buttonhighlight;
border-bottom: 1px solid buttonhighlight;
margin: 20px;}
thead td {background: #528789; font: menu; border: 1px outset white;
cursor: default; padding-top: 0; padding: bottom: 0;
border-top: 1px solid buttonhighlight;
border-left: 1px solid buttonhighlight;
border-right: 1px solid buttonshadow;
border-bottom: 1px solid buttonshadow;
height: 16px;
}
thead .arrow {font-family: webdings; color: black; padding: 0; font-size: 10px;
height: 11px; width: 10px; overflow: hidden;
margin-bottom: 2; margin-top: -3; padding: 0; padding-top: 0; padding-bottom: 2;}
下部份,也有表格,但我不想让其生效,怎么做,哪位朋友告诉我,谢谢.