Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Buthy

Problema com DIVs no IE8

Recommended Posts

Então, vou postar screens do que está acontecendo...

 

Essa é a screen de como é no Firefox e no Chrome:

t0nq60.jpg

 

E aqui como fica no IE8:

k23rt.png

 

O código .CSS:

#divMural {
width:470px;
heigth:165px;
float:left;
margin-bottom:20px;
min-height:165px;
background-image:url(../images/bg_box-small.png);
background-repeat:no-repeat;
}

#divFotos {
width:470px;
height:165px;
float:left;
min-height:165px;
margin-bottom:20px;
background-image:url(../images/bg_box-small.png);
background-repeat:no-repeat;
}

#divAgenda {
width:470px;
height:350px;
float:right;
margin-left:20px;
min-height:350px;
margin-bottom:20px;
background-image:url(../images/bg_box-big.png);
background-repeat:no-repeat;
}

#divVideos {
width:470px;
height:350px;
float:left;
min-height:350px;
margin-bottom:20px;
background-image:url(../images/bg_box-big.png);
background-repeat:no-repeat;
}

#divTwitter {
width:470px;
height:350px;
float:left;
min-height:350px;
margin-left:20px;
margin-bottom:20px;
background-image:url(../images/bg_box-big.png);
background-repeat:no-repeat;
}

#divNovidades {
width:470px;
height:auto;
min-height:350px;
float:left;
background-image:url(../images/bg_box-big.png);
background-repeat:no-repeat;
}

#divPatrocinadores {
width:470px;
height:350px;
float:left;
min-height:350px;
margin-left:20px;
margin-bottom:50px;
background-image:url(../images/bg_box-big.png);
background-repeat:no-repeat;
}

 

Alguém sabe como resolver isso?

 

Obrigado

Compartilhar este post


Link para o post
Compartilhar em outros sites

Compartilhar este post


Link para o post
Compartilhar em outros sites

Seria uma solução Nuno, mas com esse "tantinho" de código é melhor ele seguir as instruções do William :D

Não seria melhor usares 2 colunas?

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.