Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá
Ao usar as tag h1, h2... h6, p o firefox separa as duas DIV(header e content) /applications/core/interface/imageproxy/imageproxy.php?img=http://img209.imageshack.us/img209/3776/espacote8.png&key=51cd25bd24052ed8bf314b4813f9ef6416585d8f056fa01f66148aa5125f782e" alt="Imagem Postada" />. Como posso resolver isso? Obrigado
CODE
#header {width: 768px;
height: 143px;
background-image: url('../img/bg_r1_c1.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: left;
background-y-position: top;
}
#content {
width: 768px;
height: 719px;
background-image: url('../img/bg_r2_c1.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: left;
background-y-position: top;
}
#subcol {
position: relative;
top:20px;
right: -310px;
width: 438px;
}
#subcol h2{
font: 12px, Verdana, Arial, sans-serif;
color: black;
font-style: bold;
}
CODE
<DIV ID="header">
</DIV>
<DIV ID="content">
<DIV ID="subcol">
<H2> Título do Evento </H2>
</DIV>
</DIV>Carregando comentários...