錯誤頁面>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(css文件中的.cscs文件)。
感謝所有響應。我會在未來幾天看到它。聖誕快樂! – redfox 2011-12-25 13:44:20