Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css selector for i.e. not working

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36862
    shamai
    Member

    isn’t this statement:
    ul li:nth-of-type(4) a{
    background-position: 0px -140px;
    }

    the same as this: (for ie8 and 7)

    .slides_container .slide2 ul li+li+li+li a{
    background-position: 0px -140px;
    }

    then why isn’t it working!!

    #97537
    shamai
    Member

    nevermind!

    it seems li:first-child +li+li +li will work in ie7 and 8

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.