I am attempting to target a <dt>
only when followed by <dd>
. I know there is a preceding selector, however I can not find a CSS method of targeting the <dt>
. I know this is possible with JavaScript, but would rather keep it to CSS Selectors if at all possible.
This does not have to function in IE6 or below.