Forums

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

Home Forums CSS Css Problem with displaying in ie7

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #28003
    wingye
    Member

    Hi,

    I am working on a project and something weird happen"there is always something happening when i am working on some stuff" .
    The problem is if you go to http://dreamin.nl/happy go to the page called Menu, and check the price in ie8, firefox, chrome etc it line up fine.. But if you check it on ie7 the price suddenly drop about 15 px below.

    I have try to find out what the problem is but couldnt get it fix, hope any of you guys can help me out with this.

    my css code for the line is

    (this one is for the number)
    .content_text span{
    padding-right: 15px;
    line-height: 24px;
    }

    (this one is for the price)
    .content_text em{
    float:right;
    padding-right: 100px;
    line-height: 24px;
    font-style: normal;
    }

    the rest is nested in a div called content_text

    Hope to get help from you guys

    thanks alot

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