Thanks, that's exactly how I solved the issue.  I didn't have any problems
(with this issue) in IE7 but haven't tried IE6.

On 3/15/07, Kenny Graham <[EMAIL PROTECTED]> wrote:
>
> > 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