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 :
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 ^^
Voilà mon problème, j'ai réalisé un tableau très simple avec dreamweaver :
<table width="86%" border="1" bordercolor="#DF0000" align="center">
<tr>
<td height="42" align="center" bgcolor="#FDCA2F" class="Style27">TITRE</td>
</tr>
<tr>
<td align="left" bgcolor="#FDCA2F"><br />
<img src="../images/fleche.gif" width="11" height="11" /> <a href="/1.html">1</a><br />
<img src="../images/fleche.gif" width="11" height="11" /> <a href="/2.html">2</a><br />
<img src="../images/fleche.gif" width="11" height="11" /> <a href="/3.html">3</a><br />
<img src="../images/fleche.gif" width="11" height="11" /> <a href="/4.html">4</a><br />
<br />
</td>
</tr>
</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 ^^
Autres pages sur : probleme bordure tableau firefox
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...
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 :