# Question about table style that is inside another table

**URL:** https://forum.kirupa.com/t/question-about-table-style-that-is-inside-another-table/326791
**Category:** web dev
**Created:** [January 12, 2012, 5:55pm UTC](https://forum.kirupa.com/t/question-about-table-style-that-is-inside-another-table/326791 "2012-01-12T17:55:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Zenor](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/zenor/32/3634_2.png) [@Zenor](https://forum.kirupa.com/u/Zenor)
#### Post date: [January 12, 2012, 5:55pm UTC](https://forum.kirupa.com/t/question-about-table-style-that-is-inside-another-table/326791/1 "2012-01-12T17:55:23Z")

</div>

Hello,

So, I was having some issues with firefox and IE not showing the correct border size/color, although they were working on Chrome. So I used this css table style and now they show up fine:

```auto
table,td,th {border:1px solid #171717;}

```

Now the issue is this: This table is inside another table, let’s call it main.  
I do not want to apply that css on the main table.  
Is that possible? :sigh:

To sum up, I have a table that I want to style, which is inside another table that I don’t want to use style(border in particular).  
I tried classes but it didn’t work.
