Ir para conteúdo

POWERED BY:

Arquivado

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

Tudo morre

Problema no mozilla

Recommended Posts

Oi pessoal tudo bem? Estou aqui quebrando a cabeça e não consigo fazer a coisa funionar no Mozilla, por isso peço ajuda de todos que puderem me auxiliar.O que ocorre é que quero uma borda na lateral esquerda e direita e tudo vai bem até o ponto em que começa o texto porque aí a borda só aparece no Mozilla se for definida a altura da div e isso é um problema. No IE funciona direito.Se alguém souber resolver agradeço muito, o código HTML e CSS estão abaixo.Abraços a todosFernando<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link rel="stylesheet" type="text/css" href="estilos.css" /></head><body class="corpo"><div id="conteudo"><div id="topo"></div><div id="logo"></div><div id="espaco"><div id="esquerda"><p class="titulo">Titulo</p></div><div id="direita"><p class="titulo">Titulo</p></div></div><div id="bloco"><div id="descricao"><p class="texto">Texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto texto</p></div><div id="servico"><p class="texto">Texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto textotexto texto texto texto texto texto texto texto texto texto texto texto texto</p></div></div></div></body></html>body { text-align: center; margin: 0; padding: 0 }.corpo { background-color: #ffffff }#conteudo { background-color: #ffffff; width: 750px; margin-left: auto; margin-right: auto; border-style: solid; border-color: #ff0000; border-top-width: 0; border-bottom-width: 0; border-left-width: 1px; border-right-width: 1px }#topo { width: 750px; height: 40px; background-color: #103052; background-image: url("fundo_topo.jpg"); background-repeat: repeat-x; text-align: left }#logo { width: 750px; height: 203px; background-color: #e7e3e7; background-image: url("fundo_logo.gif"); background-position: 0 0; background-repeat: repeat; text-align: left; padding: 0; margin: 0 }#espaco { width: 750px; height: 25px; background-color: #bdcfde; border: solid #636173; border-top-width: 1px; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; padding: 0; margin: 0 }#esquerda { width: 374px; height: 25px; background-color: #bdcfde; float: left; border: dashed #636173; border-top-width: 0; border-right-width: 1px; border-bottom-width: 0; border-left-width: 0 }#direita { width: 375px; height: 25px; background-color: #bdcfde; float: right }.titulo { color: #000000; font-family: verdana, tahoma, arial, sans-serif; font-size: 10pt; font-weight: bold; padding-top: 4px; margin-top: 0 }#bloco { width: 750px; background-color: #e7eff7; padding: 0; margin: 0 }#descricao { width: 374px; background-color: #e7eff7; float: left; border: dashed #636173; border-top-width: 0; border-right-width: 1px; border-bottom-width: 0; border-left-width: 0; text-align: left }#servico { width: 375px; background-color: #e7eff7; float: right }.texto { color: #000000; font-family: verdana, tahoma, arial, sans-serif; font-size: 9pt; text-align: justify; margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px }

Compartilhar este post


Link para o post
Compartilhar em outros sites

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link rel="stylesheet" type="text/css" href="estilos.css" /><style>body { text-align: center; margin: 0; padding: 0 }.corpo { background-color: #ffffff }#conteudo { background-color: #ffffff; width: 750px; margin-left: auto; margin-right: auto; border-style: solid; border-color: #ff0000; border-top-width: 0; border-bottom-width: 0; border-left-width: 1px; border-right-width: 1px }#topo { width: 750px; height: 40px; background-color: #103052; background-image: url("fundo_topo.jpg"); background-repeat: repeat-x; text-align: left }#logo { width: 750px; height: 203px; background-color: #e7e3e7; background-image: url("fundo_logo.gif"); background-position: 0 0; background-repeat: repeat; text-align: left; padding: 0; margin: 0 }#espaco { width: 750px; height: 25px; background-color: #bdcfde; border: solid #636173; border-top-width: 1px; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; padding: 0; margin: 0 }#esquerda { width: 374px; height: 25px; background-color: #bdcfde; float: left; border: dashed #636173; border-top-width: 0; border-right-width: 1px; border-bottom-width: 0; border-left-width: 0 }#direita { width: 375px; height: 25px; background-color: #bdcfde; float: right }.titulo { color: #000000; font-family: verdana, tahoma, arial, sans-serif; font-size: 10pt; font-weight: bold; padding-top: 4px; margin-top: 0 }#bloco { width: 750px; background-color: #e7eff7; padding: 0; margin: 0 }#descricao { width: 374px; background-color: #e7eff7; float: left; border: dashed #636173; border-top-width: 0; border-right-width: 1px; border-bottom-width: 0; border-left-width: 0; text-align: left }#servico { width: 375px; background-color: #e7eff7; float: right }.texto { color: #000000; font-family: verdana, tahoma, arial, sans-serif; font-size: 9pt; text-align: justify; margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px }</style></head><body class="corpo"><div id="conteudo"><div id="topo"></div><div id="logo"></div><div id="espaco"><div id="esquerda"><p class="titulo">Titulo</p></div><div id="direita"><p class="titulo">Titulo</p></div></div><div id="bloco">	<div id="descricao">	<p class="texto">Texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto</p>	</div>	<div id="servico">	<p class="texto">Texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	texto texto texto texto texto texto texto texto texto texto texto texto texto	</p></div>	</div>	<br style="clear:both;" /></div></body></html>

 

http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif NeoN

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.