Forum Moderators: not2easy

Message Too Old, No Replies

Conflicting css files

I would like to prevent two css files from conflicting with each other

         

Joe Renteria

4:11 pm on Aug 20, 2008 (gmt 0)

10+ Year Member



Hi. I have been searching for advice for this for a long time, but can not find it anywhere!

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!

csuguy

7:14 pm on Aug 20, 2008 (gmt 0)

10+ Year Member



Post the code so we can see what's going on (narrow down the code as much as possible plz). Most likely - its going to be a matter of using a separate id/class than whatever is being affected which is causing problems.