Forum Moderators: not2easy
<div id="bert">
<div id="bert-content">
<div id="ernie">
<div id="ernie-content">
</div>
<div id="elmo">
<div id="elmo-content">
</div>
</div>
</div>
</div>
Now I'd like to eliminate all these "-content" names (though the divs must stay). Ideally, I'd be able to either name each of them just "content" (or not name them at all) and target them with CSS selectors, but IE doesn't support selectors. Has anybody else bumped into a situation like this and, if so, what was your solution?