Ir para conteúdo

POWERED BY:

Arquivado

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

egalauber

[Resolvido] Problemas com exibição de tabelas no Firefox

Recommended Posts

Estou fazendo um site no dreamweaver cheio de tabelas, algumas não devem aparecer, e não aparecem no IE mas no Firefox aparecem, mesmo as q tem borda=0 tbm aparecem.

 

E tbm tem uma imagem criada no Fireworks que aparece no IE mas não aparece no Fireworks.

To usando o Dreamweaver 8.

 

vejam aí como fica no IE:

Imagem Postada

 

e no Firefox:

Imagem Postada

Compartilhar este post


Link para o post
Compartilhar em outros sites

algumas realmente têm borda = 1, mas eu preciso disso pra dar um espaço entre as tabelas.

tirei algumas coisas do código antes de postar, pois, não seriam necessárias.

segue:

 

<!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>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!-- TemplateBeginEditable name="doctitle" -->

<title>Untitled Document</title>

<!-- TemplateEndEditable -->

<style type="text/css">

<!--

body {

margin-left: 1px;

margin-top: 1px;

margin-right: 1px;

margin-bottom: 1px;

}

a:link {

text-decoration: none;

color: #990000;

}

a:visited {

text-decoration: none;

color: #990000;

}

a:hover {

text-decoration: none;

color: #FF0000;

}

a:active {

text-decoration: none;

color: #990000;

}

.style1 {color: #000000;}

.style7 {color: #FFFFFF; font-weight: bold; }

.style14 {color: #990000; font-weight: bold; }

.style15 {color: #990000; font-weight: bold; font-size: 24px}

.style16 {color: #660099}

.style17 {color: #006633}

.style31 {color: #660099; font-weight: bold; font-size: 22px}

.style40 {color: #000000; font-weight: bold; font-size: 36px; font-family: "Chiller LET"}

-->

</style>

<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->

</head>

 

<body>

<table width="990" border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="2"> </td>

<td width="190" rowspan="6" valign="top"> </td>

</tr>

<tr>

<td colspan="2" valign="middle"> </td>

</tr>

<tr>

<td colspan="2" align="center"><p> </p> </td>

</tr>

<tr>

<td colspan="2" align="center"> </td>

</tr>

<tr align="center">

<td width="160" align="center" valign="top"><table width="160" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">

<tr>

<th height="210" scope="col"><table width="160" height="210" border="1" cellpadding="0" cellspacing="0" bordercolor="#990000">

<tr>

<td width="160" height="40" align="center" valign="middle" background="../imagens do site/branco156_40.jpg"><div align="center"><span class="style14">Busca Rápida </span></div></td>

</tr>

<tr>

<td height="185" align="center" bgcolor="#CCCCCC"></td>

</tr>

</table></th>

</tr>

<tr>

<td valign="top"><table width="160" height="1140" border="1" cellpadding="0" cellspacing="0" bordercolor="#990000">

<tr>

<td height="40" align="center" valign="middle" background="../imagens do site/branco156_40.jpg" class="style7"><strong class="style14">Guia de Serviços </strong></td>

</tr>

<tr>

<td height="1200" valign="top" bgcolor="#CCCCCC"> </td>

</tr>

</table></td>

</tr>

</table> </td>

<td width="640" valign="top"><table width="640" height="1000" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">

<tr>

<td height="97" valign="top" scope="col"><table width="640" border="1" cellpadding="0" cellspacing="0" bordercolor="#990000">

<tr>

<td height="40" align="center" valign="middle" bordercolor="#990000" background="../imagens do site/branco636.jpg"><p><!-- TemplateBeginEditable name="tituloeditavel" --><!-- TemplateEndEditable --></p></td>

</tr>

<tr>

<td height="1000" align="center" valign="top" bordercolor="#990000" bgcolor="#CCCCCC"><!-- TemplateBeginEditable name="conteudo editavel" --><!-- TemplateEndEditable --></td>

</tr>

</table> </td>

</tr>

<tr valign="top">

<td height="300"><table width="640" height="300" border="0" cellpadding="5" cellspacing="0" bordercolor="#FFFFFF">

<tr>

<th align="left" valign="top" scope="col"><blockquote>

<p align="left"><br />

</p>

</blockquote></th>

</tr>

</table></td>

</tr>

</table> </td>

</tr>

 

<tr>

<td colspan="2" align="center" valign="top"><table width="800" border="1" cellpadding="0" cellspacing="0" bordercolor="#990000" bgcolor="#CCCCCC">

<tr>

<th height="26" scope="col"><br /> <br /></th>

</tr>

</table></td>

</tr>

</table>

 

 

</body>

</html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

Resolvi aqui...

 

As linhas que ficavam aparecendo realmente tinham pelo menos 1px, mesmo sendo da mesma cor q o fundo, daí eu coloquei 0px e usei o CellSpace para dar o espaço q eu precisava.

 

Algumas tabelas ficavam de cor diferente... daí eu coloquei isso no css:

.bordas_tabela {

 

border: 1px solid #990000;

border-collapse: collapse;

 

}

e isso na tabela: class="bordas_tabela"

 

Alguma figura não apareciam... descobri q eram figuras q tinham ç,~ ou algum outro acento, daí foi só renomear.

 

 

Tudo certo!!

 

Agora estou tendo problemas com navegação no Firefox, acho q é alguma coisa de JavaScript, mas isso ainda vou tentar corrigir, qualquer coisa eu posto aqui!!!

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.