Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding this to your CSS:

    #headmenu ul {
        position: relative;
        z-index: 2;
    }

    Then you’ll probably want to change the padding on this so the logo is further down:

    #header {
        background: none repeat scroll 0 0 #000000;
        font-family: Verdana,Arial,sans-serif;
        margin: 0 0 13px;
        opacity: 0.7;
        overflow: hidden;
        padding: 35px 0 10px;
        width: 775px;
    }

    Thread Starter yaddler

    (@yaddler)

    thank you for the suggestions, i can’t check this until later today , replying from my phone now.

    Thread Starter yaddler

    (@yaddler)

    WPyogi, thanks that fixed my problem, mostly. I’d like to move the headerleft text up a bit, to center it vertically, and have tried but can’t get it to work.

    It’s at least functional now, but if you have another chance, I’ll send you more of these.

    Thanks sir. Much appreciated.

    Try this:

    #headerleft {
        float: left;
        margin-top: -5px;
        width: 70%;
    }

    Add and adjust the negative top margin…

    (BTW, I’m female ?? — and thanks for the virtual beers!)

    Thread Starter yaddler

    (@yaddler)

    Yes that fixed it.
    Thank you again.

    And of course, this, which probably took me longer than it took you to fix my problem, although it isn’t nearly as useful.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu behind header in FF’ is closed to new replies.