Link 到同一目录中的另一个 HTML 文件

Link to another HTML file in a same directory

我试过为我的网站制作一个简单的菜单,但它似乎不起作用。它在我的 PC 上运行良好,但在 FTP 服务器上根本无法运行。有任何想法吗?

Here is the web

因为链接的横幅

改变你的 css :

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