# Child Selectors \[Css\]

**URL:** https://forum.kirupa.com/t/child-selectors-css/160375
**Category:** web dev
**Created:** [August 25, 2005, 2:22pm UTC](https://forum.kirupa.com/t/child-selectors-css/160375 "2005-08-25T14:22:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Lacuna](https://avatars.discourse-cdn.com/v4/letter/l/edb3f5/32.png) [@Lacuna](https://forum.kirupa.com/u/Lacuna)
#### Post date: [August 25, 2005, 2:22pm UTC](https://forum.kirupa.com/t/child-selectors-css/160375/1 "2005-08-25T14:22:15Z")

</div>

I have brain blockage atm and can’t remember the syntax for this:

```auto

<div class="mainInnerTable">
     <div class="mainInfoHdr">Name</div>
     <div class="mainInfoContent">Properties</div>
     <hr noshade class="breakLine">
</div>

```

And I know I should be able to cut the inner div class names down to ‘hdr’ and ‘content’ by referencing through ‘mainInnerTable’

ie. in my stylesheet --\> .mainInnerTable hdr { font-size: 10px; }

Any help on this?

~ Lacuna :love:
