Hi:
Although this isnt a php problem; I really need help and google doesnt work for this specific question. Thanks for understanding.
I am calling pages with AJAX and displaying them in a single div container on one page.
The problem right now is that the CSS from the pages being called with AJAX keeps mixing into the main parent page.
How can I separate the two pages css? Right now the page I call with ajax has a custom table css tag... and the css ends up applying to ALL table tags... including the ones on the parent page. How can I keep the css to only that page itself or somehow keep the tables on the parent page from being affected?
Thanks