Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá Imasters,
Estou com o seguinte problema no meu projeto da faculdade... Criei 3 divs, sendo que elas deveriam estar abaixo da div "Noticias", quando executo no firefox, as divs sobem.. Vejam imagem do anexo.
CSS:
<style type="text/css">
.nothot
{
width: 60%;
float:left;
}
.noti
{
height:240px;
width:550px;
overflow:hidden;
}
.Hoti
{
background-color:Green;
height:240px;
}
.Publi
{
background-color:Blue;
float:right;
width: 37%;
}
.tabela
{
padding:10px;
}
.art
{
background-color:#59A665;
width:auto;
border:3px inset #cccccc;
}
.musi
{
background-color:#59A665;
margin: 0 auto;
border:1px solid red;
border:3px inset #cccccc;
}
.enque
{
background-color:Gray;
width: auto;
border:3px inset #cccccc;
}
.imghoti
{
background-image:url('../Imagens/noti1.png');
float:left;
width:15%;
height:240px;
}
.artimg
{
width:290px;
height:45px;
background-image:url('../Imagens/top_artista.png');
}
.musimg
{
width:290px;
height:45px;
background-image:url('../Imagens/top_musica1.png');
}
.enqimg
{
width:290px;
height:45px;
background-image:url('../Imagens/enquete.png');
}
</style>
Obrigado pela atenção,
Liinow :grin:
Carregando comentários...