- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- Tabella di colore nero su firefox la visualizza standard
-
Tabella di colore nero su firefox la visualizza standard
Ciao ragazzi, sto facendo un sito in html semplice con delle tabelle. Il colore dei bordi delle tabelle l'ho impostato sul nero. Su IE si visualizza correttamente mentre su firefox il colore delle tabelle rimane standard. Come mai su IE si vede mentre su FF no? C'è un modo per standardizzare il colore nero su tutti e due i browser?
-
Ciao daviz87,
puoi riportare il codice che usi per specificare i colori?
Usi i css oppure no?
Facci sapere!
-
Ti ringrazio per la risposta! Il sito lo sto facendo con frontpage...il codice della tabella è:
<table border="1" cellpadding="0" cellspacing="0" width="900" height="854" bordercolor="#000000" style="border-left-width: 0px; border-right-width: 0px; border-top-width: 0px"> <!-- MSTableType="layout" --> <tr> <td valign="top" align="center" colspan="7" height="156" style="border-style: none; border-width: medium"> <!-- MSCellType="ContentHead" --> <img border="0" src="titolo.jpg" width="850" height="150"></td> </tr> <tr> <td align="center" width="129" style="border-left-style: none; border-left-width: medium; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="NavBody" --> <p align="center"> <font face="Monotype Corsiva" style="font-size: 16pt">Home</font></td> <td align="center" width="129" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="NavBody" --> <font face="Monotype Corsiva" style="font-size: 16pt">Chi siamo</font></td> <td align="center" width="129" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="NavBody" --> <font face="Monotype Corsiva" style="font-size: 16pt">Dove siamo</font></td> <td align="center" width="129" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="NavBody" --> <font face="Monotype Corsiva" style="font-size: 16pt">Massaggi</font></td> <td align="center" width="128" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="NavBody" --> <font face="Monotype Corsiva" style="font-size: 16pt">Estetica</font></td> <td align="center" width="128" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="NavBody" --> <font face="Monotype Corsiva" style="font-size: 16pt">Foto Gallery</font></td> <td align="center" width="128" style="border-left-style: solid; border-left-width: 1px; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="NavBody" --> <font face="Monotype Corsiva" style="font-size: 16pt">Contatti</font></td> </tr> <tr> <td valign="top" colspan="7" height="812" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px" bordercolorlight="#000000" bordercolordark="#000000"> <!-- MSCellType="NavBody" --> <p align="right"> <img border="0" src="foto_1802.jpg" width="288" height="216"></td> </tr> <tr> <td colspan="7" height="70" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-bottom-style: solid; border-bottom-width: 1px"> <!-- MSCellType="ContentFoot" --> <p align="center"> <font face="Monotype Corsiva" style="font-size: 13pt">xxxxxxxxxx</font></td> </tr> </table>