CSS Inclusion Problem

Posted by Panther24 on Stack Overflow See other posts from Stack Overflow or by Panther24
Published on 2010-06-18T11:04:06Z Indexed on 2010/06/18 11:13 UTC
Read the original article Hit count: 353

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about css

Related posts about jsp