I have a html page with a parent CSS. This CSS has styles for table, tr and td. All tables, tr's and td's gets its style from this CSS file. Now i have a (nested) table within the html and i dont want the parent CSS style to apply the style to this table and its contents. How do i apply a new CSS style only for this Table and its TR, TD?
The problem i face now is this table is getting its style from the parent CSS. I tried putting an ID for this table and creating new styles like "#table_id table{}" but it doesnt seem to work. It still uses the parent CSS.
Please Help. Thanks.



Reply With Quote

Bookmarks