Bom Dia a todos. Pessoal, eu tenho um site que, funcionava perfeitamente em todos os navegadores até a chegada do IE9. Agora, ele não é reconhecido pelo IE9, mesmo ativando a função de compatibilidade do mesmo, tenho pra mim que é alguma coisa no CSS do site, pois ele ainda funciona nos outros navegadores (FF, Chrome, etc). Alguém poderia me dar uma ajuda? Creio que o erro está no CSS... ou seria no HTML mesmo? O site é www.treize.co.nr (está neste domínio gratuito temporáriamente) O CSS está aqui: body {
color: #efeff4;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
background-color: #1e1e24;
background-image: url(site_background.jpg);
background-repeat: repeat-x;
background-position: top center;
text-align: center;
overflow: hidden;
}
div {
margin: 0;
padding: 0;
width: auto;
}
p {
margin: 0 0 26px 0;
line-height: 24px;
font-size: 15px;
text-indent: 0;
text-align: justify;
}
img {
border: none;
}
a, a:link, a:visited {
color: #bac5cf;
text-decoration: none;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover, a.selected {
color: #efeff4;
font-weight: bold;
}
a.image {
border: none;
}
a.image:hover {
border: none;
}
textarea {
background-color: #f5f5f9;
padding: 3px;
margin: 0;
border: 1px solid #959595;
}
input {
font-size: 13px;
}
h1 {
font-size: 16px;
font-weight: bold;
padding: 2px 0 10px 0;
margin: 0;
}
h1:hover {
text-decoration: underline;
}
#master {
position: absolute;
left: 19px;
top: 19px;
border: 1px solid #353535;
background-image: url(images/logo.png);
background-position: 50% 25%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #0f0f12;
overflow: hidden;
z-index: 10;
}
#about {
position: absolute;
background-color: #1e1e24;
border: 1px solid #303030;
text-align: right;
padding: 8px;
cursor: pointer;
z-index: 101;
overflow: hidden;
}
#contact {
position: absolute;
background-color: #1e1e24;
border: 1px solid #303030;
text-align: left;
padding: 8px;
cursor: pointer;
z-index: 100;
overflow: hidden;
}
#slidingbar {
position: absolute;
height: 500px;
top: 0;
z-index: 65;
text-align: center;
}
.picbox {
float: left;
width: 690px;
height: 500px;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
}
.estilotitulo { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#2892C6;
text-decoration:none;
}
.estiloconteudo { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
} Obrigado a todos que tentarem ajudar, fiquem com Deus.