Slt, je voudrais faire un tableau dans lequel la première ligne, j'ai une image et dans la seconde, j'ai 3 ou 4 cellules seulement mon image ne se répète pas sur tout l'écran, elle fait un simple petit carré..
Voici mon code:
fichier:
Code :
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
- <head>
- <title>Index</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <link rel="stylesheet" media="screen" type="text/css" title="Design" href="style.css" />
- </head>
- <body>
-
- <table class="baniere_haut">
- <tr>
- <td colspan="3"><img src="images/bleu.jpg" width="100%" height="250px"></td>
- </tr>
- <tr class="margin">
- <td>Accuiel</td>
- <td>S'inscrire</td>
- <td>S'identhifier</td>
- </tr>
- </table>
|
fichier css
Code :
- .baniere_haut{
- background-repeat:repeat;
- margin-top:5%;
- margin-left:10%;
- margin-right:10%;
- margin-bottom:5%;
- margin-bottom:5%;
- }
|
Firefox interprète mal ou c'est moi?