Bonjour à tous,
J'ai un petit problème avec un site web!
Sous Internet Explorer, je n'ai aucun problème d'affichage, alors qu'avec Firefox, oui!!
En effet, l'image de fond d'une table refuse de s'afficher, on a donc l'impression que le contenu est dans "le vide"!
Voici donc le code de mon fichier header.php; ce que j'ai surligné en gras est le "background" qui refuse de s'afficher!!
<html>
<head>
<title>Mon site</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<center>
<table style="
background-image: url(images/bg_table.png);" border="0" cellpadding="0" cellspacing="0" width="670">
<tbody>
<tr>
<td valign="top">
<img src="images/header.png">
<div style="height: 5px; width: 670px; z-index: 2; left: 10px; top: -49px; position: relative;" id="Layer2">
<table style="text-align: left; width: 650px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 149px; vertical-align: top;">
<table align="center" cellpadding="2" cellspacing="0" width="100%">
<tbody><tr>
<td class="title">Navigation</td>
</tr>
<tr>
<td class="content">
<img style="width: 11px; height: 9px;" src="images/fleche.gif"> <a href="index.php">Mises à jour...</a><br>
- Toutes les nouveautés...</td></tr>
<tr>
<td class="content">
<img style="width: 11px; height: 9px;" src="images/fleche.gif"> <a href="avatarzone.php">Icons...</a><br>
- Vos avatars affichés ici...</td></tr>
</tbody>
</table>
</td>
<td style="width: 1px;"></td>
<td style="width: 500px; vertical-align: top;">[/cpp]
Merci d'avance de votre aide!!