I have a layout with a header, a navigation pane on the left, and a content pane on the right. The content pane is a pure white background, and I would like to apply an entirely different set of styles to it than the other two panes.
Is there a way to apply a style sheet to the div of the content pane, without having to resort to putting #content
in front of each and every one of my css classes in the "content" css file? Or is putting #content
in front of each class the correct way to do it?