Forums

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

Home Forums CSS Horizontal image menu items not in place

  • This topic is empty.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #38950
    Asamandra
    Participant

    hey guys!
    i´m having some stupid little problem of which i am sure it is solved in some seconds, in this case the image tells everything:
    Misplaced Menu Items
    the images are placed with some space above which shouldnt be existent..

    thanks a lot in advance!

    the code:


    /*
    HTML
    */

    /*
    LINKMENU
    */
    #link_menu {
    display: inline-block;
    background-color: #ffffff;
    max-width: 615px;
    margin: 25px 0px 0px -15px;
    background-image: url(../images/linkleiste_schatten.jpg);
    width: 614px;
    height: 93px;
    text-align: center;
    }
    #link_menu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    max-height: 60px;
    }
    /* dotted line */
    #link_menu li {
    border-left: 1px dotted black;
    }
    #link_menu li:FIRST-CHILD {
    border-left: none;
    }
    /*
    LINKMENU
    */
    #106231
    Paulie_D
    Member

    What are the dimensions of the images?

    #106232
    Asamandra
    Participant

    oh they are 46*46, 46*46, 58*47, 56*47.
    weid sizes i know, bu thats how i got i from the designer..

    #106233
    wolfcry911
    Participant

    need more info

    #106234
    Asamandra
    Participant

    i´m sorry, but what more info? that is all i have Oo

    #106235
    Senff
    Participant

    You’ll need to show us a link to a site if you can, cause the info you gave us so far is a little too limited for us to see what could be wrong.

    #106237
    wolfcry911
    Participant

    all the css at a minimum…

    #106238
    Asamandra
    Participant

    ok i see now that the things are more tangled than i thought, but i thought all the css would be too much to post here.
    i made a public folder where you can check it, the site is of course not online now: Menu Problem
    thank you guys, i´m sorry i really thought thats the whole problem.

    #106239
    Paulie_D
    Member

    By the way, I hope you have permission to use those logos…I happen to know from actual business relationships with those and other motor manufacturers that they guard them jealously.

    Even with them as clients (which they are) they don’t like you using them on our website without permission

    #106242
    Asamandra
    Participant

    thats why i first uploaded pretty partly, because i wasn´t sure how far hey would accept that.
    i changed the other pictures to colors as well, even though the marketing lady said its ok. but just to be sure..

    #106260
    wolfcry911
    Participant
    #top_header img {
    display: inline-block;
    float: right;
    margin-top: 30px;
    }

    this places 30px above the images

    #106299
    Asamandra
    Participant

    oh…ok that was supid from from me i was to stuck on the one menu it seems.. thank you very much!

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