CSS Inclusion Problem
- by Panther24
I have a jsp page with a couple of CSS files included.
In this, each CSS has separately defined styles for table.
The problem is that I need those different styles for different tables and I'm unable to differentiate them and the menu's css styles get overlapped with the new css style.
How can I avoid this problem; the menu.jsp has been included into another page. Is there a way to avoid overriding of the styles?