Forums

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

Home Forums CSS [Solved] where'd my first menu item go?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #174604
    roelof
    Participant

    Hello,

    I have this site : http://test.tamarawobben.nl
    but as you maybe can see it the first menu item named overzicht not visible.

    Can someone help me figure out how to solve this ?

    Roelof

    #174610
    Paulie_D
    Member

    Well I can see it in Chrome (W8 64).

    Is it missing in some other broswer?

    #174617
    roelof
    Participant

    Wierd.

    I checked it with the following.

    internal browser of Komodo edit : First item not visible
    IE latest version : Everything normal
    FF lastest version : First item not visible

    Roelof

    #174623
    Paulie_D
    Member

    Interesting…in Chrome I don’t get the image and flyout but I can see all the menu but In FF I can see the image etc.

    My guess is that you either have an HTML glitch somewhere (perhaps an unclosed tag) or a Z-index issue.

    EDIT….OK…Chrome was hiding the image etc due to Adblocker so you might want to look into that.

    RE-EDIT..and now its there even with Adblocker.

    Are you actively editing the test page?

    #174624
    roelof
    Participant

    How can we find out what the problem is.
    This was the orginal and as you can see the colors are also mixed up.

    #174625
    Paulie_D
    Member

    OK…found it

    .settings {
        height: 73px;
        float: left; /* remove this */
        background: url('http://s3.postimg.org/bqfooag4z/startific.jpg') no-repeat scroll 0% 0% transparent;
        width: 250px;
        margin: 0px;
        text-align: center;
        font-size: 20px;
        font-family: "Strait",sans-serif;
    }
    
    #174626
    roelof
    Participant

    Thanks,

    Now I have to find out why the colors are all mixed up comparing to the orginal and im happy

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