Bonjour,
Avant toute chose, je vous indique que j'ai utilisé la fonction rechercher (mal peut être !), et que j'ai déjà éssayer pas mal de truc.
Alors voilà, j'ai un tableau dans lequel certaines cellules ont une image de fond.
Cette image de fond ne doit pas se répeter (ça ok!), mais en plus doit se coller sur le côté gauche (pas de position absolue, car dépend de la résolution).
J'ai déjà essayer pas mal de choses, sans succès.
Voilà mon code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46 <style type="text/css"> <!-- .Style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; } .Style12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } .style85{ background-repeat:no-repeat; background-position:left; background-position:bottom; } --> </style> <table width="100%" border="0" cellpadding="0" cellspacing="0" > <tr> <td width="1024" height="149" align="left" background="images/accueil/fond_haut.jpg" class="style85" ><table width="0%" border="0" cellpadding="0" cellspacing="0"> <tr><td width="25"> </td> <td valign="top"><span class="Style1">News :</span> </td> <td><span class="Style12">Trois nouveaux apprentis <br /> sont arrivés...</span></td> </tr> <tr> <td> </td> <td> </td> <td><span class="Style12"><a href="index.php?page=news" class="liencontenu"><br /> >>plus de détails ici </a></span></td> </tr> </table></td> </tr> <tr> <td width="1024" height="120" align="right" background="images/accueil/fond_milieu.jpg" class="style85"> </td> </tr> <tr> <td width="1024" height="103" align="right" background="images/accueil/fond_bas.jpg" class="style85"> </td> </tr> </table>
Merci d'avance pour votre aide.
Partager