• Hi,

    I’ve adding a ‘test’ video to a page to see how it’ll work and such, but it seems my menu wants to fall behind it!

    Any suggestions on why this may be happening?

    https://nageela.einfal.com/videos/

    I’ve tried changing it in a variety of ways, but to no avail. ??

    This is part of css used for the menu:

    #dropmenu, #dropmenu ul {
    top: -30px;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    z-index: 200;
    width: 100%;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    }
    
    #dropmenu {
    position: absolute;
    z-index: 2;
    top: 216px;
    }

    Thanks

  • The topic ‘Menu falling behind embeded video’ is closed to new replies.