Hi,

Give the outer table a unique id such as id="outer"

then use a css style to set bthe border
#outer {border:1px solid red;}

Not sure why you want to use jQuery?

Paul

On Dec 11, 5:13 pm, Guy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having a dilemma where I need to style the table which encloses a
> table with a row which has a style attached to it.
>
> The source looks like this.
>
> <table>
> <tbody>
> <tr>
> <td>
> <table>
> <tbody>
> <tr class="myClass">
> etc.
>
> I want to be able to directly access the first table tag to style the
> entire table with a border. Is there an easy way to do this in jQuery?
>
> Thanks,
>
> Guy Davis

Reply via email to