Search code examples
htmlhref

Link to another HTML file in a same directory


I've tried to make a simple menu for my website but it doesn't seem to work. It works perfectly good on my PC but it doesn't work at all on FTP server. Any ideas?

Here is the web


Solution

  • because banner over of links

    change your css :

    #menu {
        position: relative;
        z-index: 100;
        border-bottom: 2px solid white;
        float: left;
    }