Home › Forums › CSS › :first-child is not working for me… › Re: :first-child is not working for me…
December 3, 2012 at 3:32 pm
#116175
Member
Because the `h2` is *not* the first child, the `h1` is the first child element of `.item-page`. You’re probably looking for `h2:first-of-type` but that is not supported by IE7 & IE8.