html - 菜单(链接)在错误页面上不起作用...?

标签 html css

错误页面> www.marijevijselaar.nl/txp/oops

只有菜单中的链接不再有效。页脚中的链接没问题。我正在使用最新的 Chrome (Mac)。

CSS(仅针对#error404)>

html, body {  
    height: 100%;
}
#error404 #container {
    position: relative;
    height: 100%;
    padding: 0;
}
#error404 #header {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    background: transparent;
}
#error404 #footer {
    position: fixed;
    bottom: 0;
    height: 180px;
    margin-bottom: 10px;
}
#error404 #left {
    float: left;
    position: absolute;
    top: 190px;
    bottom: 180px;
    background: transparent;
}
#error404 #main {
    position: absolute;
    left: 180px;
    right: 0px;
    background: transparent;
    top: 190px;
    bottom: 180px;
}
#error404 #right {
    float: right;
    position: absolute;
    top: 190px;
    bottom: 180px;
    background: transparent;
}

它与 html, body {height: 100%;} 有关……因为当你跳过它时,页面又是交互式的……但是我失去了背景(不透明度)在#container(.ccs 文件中的 css elswhere)上。

最佳答案

GET http://www.marijevijselaar.nl/txp/jquery.fancybox/jquery.easing.1.3.js 404 (Not Found)

您的链接似乎已损坏。使用 Chrome 中的开发者工具会立即向您展示这一点。

关于html - 菜单(链接)在错误页面上不起作用...?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8629513/

相关文章:

javascript - 使用 jQuery 将元素设置为自动高度

javascript - 检查覆盖层是否存在许多 div 问题

html - 如何将段落环绕在图像周围?

IOS 2 上的 Javascript window.open 窗口错误

javascript - vanillaJS 中的简单 channing 图像不起作用

html - 如何使用 Bootstrap 4 使 Div 与屏幕大小相同

wordpress - 为我列表中的最后 5 里设计样式

jquery - 通过 jquery 添加 DOM 元素

html - 如何使用 HTML 和 CSS 创建旋转效果?

javascript - 如何将(可编辑)表单数据传输到另一个(不可编辑)表单?