Forums

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

Home Forums CSS the tab’s li content shows abnormal under IE7

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33768
    runeveryday
    Member

    the link: http://xanlz.com/test/one.html

    the css:

    .codepg-tabtp{
    border: 1px solid #94D5ED;
    height: 256px;
    margin-top: 10px;
    padding: 1px;
    width: 766px;
    }
    #tabs-content ul, ul.item-list, .hot-version .list-content {
    padding: 3px 0 0 7px;
    }.....

    the tab’s li content shows abnormal under IE7, but under firefox. it works ok. how to correct it. thank you.

    #84375
    runeveryday
    Member

    the abnormal screenshot:
    http://xanlz.com/test/1.jpg

    #84442
    wolfcry911
    Participant
    ul.item-list li.odd {
    float: left;
    clear: left; /* <-- add this */
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.