I am looking forward to integrate a certain jQuery slideshow in my site but its external CSS file is conflicting with my original set of CSS files. How do you usually cope with this problem?
Do I have to re-analyze all my CSS files and analyse the CSS file of the plug-in to mix them together for that work? or there is a way to apply this external CSS file of the plug-in to the certain intended div code so that the rest of the document won't get affected?
For those who knows CSS well, i will surely appreciate your kind answers and feedback.
P.S: Is using iframes a solution to this problem? Though i read that using iframes is a bad habit and not good for SEO.