Ir para conteúdo

POWERED BY:

Arquivado

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

DamageDealer

CSS x IE x Firefox - problemas

Recommended Posts

Galera... eu fiz um layout, ainda sou novo em CSS e tentei fazer uma parada tabless consegui ... ficou perfeito no IE, só que quando abri pelo firefox apareceram varias deformidades, divs em lugar errado e talz ... se alguem puder ajudar agradeço.

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font size: 14px;
	font-style:italic;
	background: black;
	color: orange;
}

h1 {
   font-size: 18px;
   color: orange;
}

h2 {
   font-size: 10px;
   color: silver;
}

p {
   color: orange;
}

#header.box {
   width: auto;
   position: absolute;
   margin-left: auto;
   margin-right: auto;
}

#content {

   text-align:left;
   background-image:url(images/baixo.bg.jpg);
   background-repeat:no-repeat;
   width: 730px;
   height: 600px;
}
#content #nav {

   float: left;
   width: 189px;
   height:292px;
   margin: 0px;
} 
#content #right {

   float: right;
   margin-top:10px;
   width: 120px;
   height: 450px;
}
#content #main {
	position: absolute;
	margin-left:7px;
	margin-top: 15px;
	width:400px;
	height:auto;
}
#content #bottom {
	text-align:center;
	color:#CCCCCC;
	font-size:10px;
	float: none;
	width: 730px;
	height: 25px;
	margin-top:120px;
}

Compartilhar este post


Link para o post
Compartilhar em outros sites

Valeu galera + como ontem até a hora que eu sai ainda não tinham respondido eu fui pelo jeito dificil e é claro o mais correto.

Pesquisei bastante e consegui ajeitar, agora meu site é suportado pelos 2 navegadores sem bugs ^^.

Respondendo ao amigo ai: não ... ainda não tenho onde hospedar.

De qualquer forma obrigado a atenção, não esperava menos do povo da imasters.

abraços

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.