Forum Moderators: not2easy
I would like to know how to prevent content within a div tag from being affected by specific css files. The result I am going for would be similar to that of an iframe. An iframe will show content from another page with no regard to the css file accossiated with the current page.
I would like to be able to do this because of the fact that in some cases I need to add a pre-designed menu or e-commerce element to a template based site which is over css'ed! When I add the outside elements to the site, the existing css almost destroys it. It would be excellent if I could place elements in a div tag which would either ignore the css file or better yet, be linked to it's own...
Thanks in advance!