I need to apply a pre-existing style-sheet only to elements within a specific div, is this possible?
Long, drawn-out reason: We have a page fragment with a css file. We now want to include this page fragment inside another page. Doing so is easy enough but its css and the new page's css conflict. Editing either style-sheet heavily would be difficult as both are large and need to maintain compatibility with how they were before. This brings me to the above question.