我的网站存在问题:http://minecraftskinner.com
如果您在IE8以外的任何浏览器中查看该网站,背景将显示为蓝色,这应该是它的样子。但是,如果您在IE8中尝试它,背景为蓝色,但在页面加载后会变为纯白色。
我查看了CSS,起初我认为这是我使用的*{}
选择器(我现在已经改变了,当我不知道它是坏的时我用它了)但是那个没有解决它。 facebook iframe也没有错,因为我已经从HTML中评论它仍然会发生。值得注意的是,这发生在主页和网站的任何其他页面上。
这里有什么想法吗?我已经在这几个小时了,我很无能为力。
这是网站CSS,但我认为页面的HTML输出有点太大而无法复制。
body {
background-color: #8cbdff;
font-family: "Trebuchet MS";
font-size: 1em;
margin: 0;
}
#container {
width: 836px;
margin: 0 auto;
padding: 0;
}
#header {
width: 836px;
height: 120px;
}
p {
padding: 0;
margin: 0;
}
#header ul {
float: right;
list-style-type: none;
margin: 95px 0px 0px 0px;
padding: 0;
}
#header ul li {
float: right;
padding: 0;
margin: 0;
}
#header ul li a {
padding: 6px 10px 6px 10px;
margin: 0px 5px 0px 5px;
text-decoration: none;
color: #ffffff;
outline: none;
}
#header ul li a:hover {
background: #505050;
border-radius: 3px;
}
#header ul li form input[type="text"] {
padding: 2px;
margin: 0;
}
#header ul li form input[type="submit"] {
padding: 2px;
margin: 0;
}
#site_logo {
margin: 10px 0px 0px 0px;
}
#guy {
background: url('images/guy.png');
width: 118px;
height: 239px;
position: fixed;
bottom: 0;
left: 0;
}
#content_top {
background: url('images/content_top.png') no-repeat;
width: 836px;
height: 19px;
padding: 0;
margin: 0;
}
#content {
background: url('images/content.png') repeat-y;
padding: 0px 15px 0px 15px;
width: 806px;
font-size: 0.95em;
margin-bottom: -5px;
}
#content_foot {
background: url('images/content_foot.png') no-repeat;
width: 836px;
height: 19px;
padding: 0;
margin: 0;
}
h1 {
color: #555555;
text-shadow: 0 1px 1px #cccccc;
font-weight: normal;
border-bottom: 1px solid #cccccc;
font-size: 1.5em;
padding: 0;
margin: 0;
}
h2 {
color: #555555;
text-shadow: 0 1px 1px #cccccc;
font-weight: normal;
border-bottom: 1px solid #cccccc;
font-size: 1.35em;
margin: 15px 0px 0px 0px;
margin: 0;
}
#content table {
border-top: 1px solid #7bc4df;
border-left: 1px solid #7bc4df;
border-right: 1px solid #7bc4df;
margin: 5px 0px 10px 0px;
width: 100%;
font-size: 0.8em;
padding: 0;
}
#content table a {
color: #003366;
text-decoration: none;
padding: 0px 5px 0px 5px;
margin: 0;
}
#content table a:hover {
background: #3a4d6e;
color: #ffffff;
padding: 0px 5px 0px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#content table tr {
background: #f5fdfe;
}
#content table tr td {
padding: 3px;
border-bottom: 1px solid #7bc4df;
}
#upload_form {
margin: 10px 0px 0px 0px;
padding: 0;
}
#upload_form input[type="text"] {
width: 300px;
padding: 2px;
margin: 0;
}
#upload_form input[type="button"] {
padding: 2px;
margin: 10px 0px 0px 0px;
}
p.error {
padding: 3px;
background: #ffabab;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid red;
margin: 0;
}
.title {
font-size: 1.1em;
font-weight: bold;
}
td.preview {
width: 42px;
}
td.links {
text-align: center;
width: 50px;
}
td.time {
text-align: center;
}
td.auth {
text-align: center;
}
td.preview {
text-align: center;
}
.left-page {
float: left;
}
.right-page {
float: right;
}
.clear {
clear: both;
}
p.gen {
font-size: 0.75em;
text-align: right;
margin: 0px 15px 0px 0px;
color: #5fa3ff;
}
strong {
font-weight: normal;
}
#like_wrap {
position: absolute;
top: 100px;
margin-left: 15px;
}
.table_head {
background: #DDFBFF;
text-align: center;
font-size: 1.2em;
}
tr:hover td {
background: #DDFBFF;
}
#afil {
padding: 5px;
background: #bfdaff;
position: fixed;
bottom: 0px;
right: 0px;
margin: 0px 5px 5px 0px;
border-radius: 5px;
}
#afil ul {
list-style-type: none;
}
#afil ul li {
display: inline;
}
#skinPreviewPanel {
width: 100%;
background: #A0B0E0;
border-radius: 5px;
margin: 10px 0px 0px 0px;
border: 1px solid #859BDB;
text-align: center;
position: relative;
}
.floatingButton {
position: absolute;
}
.downloadButton {
padding: 4px;
text-decoration: none;
bottom: 3px;
border-radius: 4px;
right: 3px;
}
.downloadButton:hover {
background: #3A4D6E;
color: #FFFFFF;
}
.remoteButton {
padding: 4px;
text-decoration: none;
bottom: 35px;
border-radius: 4px;
right: 3px;
}
.remoteButton:hover {
background: #3A4D6E;
color: #FFFFFF;
}
.comment_wrap {
padding: 3px;
background: #cbe1ff;
margin: 5px 0px 5px 0px;
border-radius: 3px;
border: 1px solid #accfff;
}
#comment_toggle {
font-size: 1em;
color: #333;
font-weight: bold;
margin: 5px;
display: block;
}
#comment_form {
display: none;
margin: 10px;
}
#comment_form label {
font-weight: bold;
}
#comment_form input[type="text"] {
width: 200px;
padding: 2px;
font-family: "Trebuchet MS";
}
#comment_form textarea {
width: 260px;
padding: 2px;
font-family: "Trebuchet MS";
font-size: 0.9em;
}
.comment_time {
font-size: 9.6px;
color: #606060;
}
.comment_author {
font-size: 13px;
color: #333;
font-weight: bold;
}
p.comment {
margin: 5px 0px 0px 0px;
}
谢谢!
答案 0 :(得分:1)
这是你正在使用的jQuery版本中的一个错误,1.6.1。
我在上一个问题中遇到了同样的问题:Weird IE8 layout glitch - why does the body background disappear?
升级到现有的1.6.2将解决问题。