テーブルの多くのスタイルを含む .css スタイル シートを Web サイトからダウンロードしました。その .css スタイル シートを特定の asp.net テーブルに適用したいと考えています。だから私が持っているaspxでは、
<asp:Table cssClass="downloadedCss">
</asp:Table>
ダウンロードしたcssスタイルシートには、..
table {}
caption{}
td, th {}
tr {}
thead th, tfoot th {}
tbody td a {}
tbody td a:visited {}
tbody td a:hover {}
tbody th a {}
tbody th a:hover {}
tbody td+td+td+td a {}
tbody td+td+td+td a:visited {}
tbody th, tbody td {}
tfoot td {}
tbody tr:hover {}
これらすべての css プロパティをテーブルだけに適用する方法 (downloadedCss クラス)