> Does anyone have any resources, ideas or experience with this issue?

In theory, you would use the child selector for this.

<table>
  <caption>Foo</caption>
  <tr>
    <td></td>
    <td>
      <table>
        <caption>Bar</caption>
      </table>
    </td>
  </tr>
</table>

In that example, table>caption would select only Foo and not Bar.
However, no luck in IE6, which is why most people are forced to use
more unpleasant methods like a "table caption" rule followed by a
"table table caption" rule.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to