CSS imagem desaparecida
Ola dres, tudo bem??
Estou a fazer um site usando CSS, abri ele uma vez... tudo funcionando perfeitamente. Porém a segunda vez que abri meu site, o fundo da minha caixinha nao aparecia mais, o q aconteceu?? Alguem pode me ajudar??
.caixaConteudo{
float: left;
margin-left:20px;
max-height:430px;
max-width:565px;
background-image: url("BarraConteudo.png");
background-color: #666666;
background-repeat: no-repeat;
background-attachment: fixed;
background-position:0px 0px;
height:69.5%;
width:65%;
padding: 20 20 20 20px;
}
.caixaPropaganda1{
float:right;
margin-bottom: 10px;
background-color: 66CCFF;
height: 150;
width: 13%;
}
.caixaPropaganda2{
float:right;
margin-bottom: 10px;
background-color: 66CCFF;
background-image:url("uniritter.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position:0px 0px;
height: 150;
width: 13%;
}
.caixaPropaganda3{
float:right;
margin-bottom: 10px;
background-color: 66CCFF;
height: 150;
width: 13%;
}
Estou com problemas em .caixaConteudo e .caixaPropaganda2.. pq suas background-images não estão mais a aparecer??
desde de ja agradeço.
Discussão (3)
Carregando comentários...