Forums

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

Home Forums CSS layout problem in IE

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25434
    theone
    Member

    hello

    hope some of you experts can help me.

    my site http://www.blackart.dk look great en firefox , safari. But in IE it looks wrong, the menu is missing round corners..

    you can easy see the problem if you tjek the site…

    I new in the wepdev. i have learn a lot from this site. but i can not figurer this out.

    Heino

    #60531
    eXo
    Member

    Post your code so we can take a better look at the situation.
    but if i take a quick look on ur website i am geusing it’s your height.

    Code:
    ul#menu li a {
    height:69px;
    }

    what do you get if you change that to 150px?

    #60534
    TheDoc
    Member
    "eXo" wrote:
    Post your code so we can take a better look at the situation.

    He’s already posted a link to the site, which is more than enough (and far more preferred than posting code in a thread).

    theone,

    The only reason your rounded corners are working is because of this inline styling:

    Code:
    style=”-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;

    This code will NOT work in IE, however. I see you’re trying to use jquery as well for the rounded corners, but it’s clearly not working. I would look into that.

    #61626
    theone
    Member

    Hallo agian

    i have try every think i know to fix it, alle my codes i valid correct.

    is there any there will try to help me

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