Se connecter avec
S'enregistrer | Connectez-vous

Problème de bordure de tableau sous FIREFOX

Dernière réponse : dans Programmation

Bonjour,

Voilà mon problème, j'ai réalisé un tableau très simple avec dreamweaver :

  1. <table width="86%" border="1" bordercolor="#DF0000" align="center">
  2. <tr>
  3. <td height="42" align="center" bgcolor="#FDCA2F" class="Style27">TITRE</td>
  4. </tr>
  5. <tr>
  6. <td align="left" bgcolor="#FDCA2F"><br />
  7.   <img src="../images/fleche.gif" width="11" height="11" /> <a href="/1.html">1</a><br />
  8.   <img src="../images/fleche.gif" width="11" height="11" /> <a href="/2.html">2</a><br />
  9.   <img src="../images/fleche.gif" width="11" height="11" /> <a href="/3.html">3</a><br />
  10.   <img src="../images/fleche.gif" width="11" height="11" /> <a href="/4.html">4</a><br />
  11. <br />
  12. </td>
  13. </tr>
  14. </table>


Sur internet explorer c'est ok, mais sous firefox, la bordure reste noir, donc firefox ne prend pas en compte la balise bordercolor...

J'ai donc fait des recherches sur le net, et il faut donc faire un style de tableau.

Pouvez vous m'aider à créer ce nouveau style, et à l'intégrer dans mon tableau.

Merci ^^
Lassé par la pub ? Créez un compte

euuu je n'y arrive pas !

Voici mon style :

.table1 { border:1px solid #DF0000; }
.td1 { border:1px solid #DF0000; }

et mon tableau

<table width="96%" align="center" id="table1">
<tr align="center">
<td width="26%" height="42" bgcolor="#FDCA2F"><a href="/">Accueil</a></td>
<td width="44%" height="42" bgcolor="#FDCA2F"><a href="/asd.html">Qui sommes-nous ? </a></td>
<td width="26%" height="42" bgcolor="#FDCA2F"><a href="/contact.html">Contact</a></td>
</tr>
</table>

9a ne fonctionne pas...
Lassé par la pub ? Créez un compte
  • Contenus similaires :
Tags :
Tom's guide dans le monde