Bonjour,

Voila j'ai un gros soucie, sa fait 3 jours je galère à créer une page toute simple qui ne veut plus marcher.

Je m'explique, en faite j'aimerais créer une pages html avec en haut au centre la banniere, dessous les onglets, de chaque coté de la banniere une image (donc une image à droite et une image à gauche),et tout en bas de la page une animation qui tourne tout le temps.
Le soucie c'est que rien ne veux marcher.
Je m'explique quand je tape le code sous dreamweaver, je regarde le rendu sur la fenetre création, tout est au centre parfait nickel, quand je l'ouvre sur internet rien ne va plus les deux images de fond son complètement décalé.
J'ai chercher sur les forums, sur google, trouvais pas mal de reponse, mais rien n'a resolu mon probleme. Donc voila je viens demander de l'aide parce que la j'arrive plus a rien, sa fait 3 jours je cherche et rien ne marche.

Merci d'avance...

Mon code:

Code html : 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<title>Document sans titre</title> 
<style type="text/css"> 
<!-- 
.Style1 {font-family: Georgia, "Times New Roman", Times, serif} 
.Backgroundbouton {color:green; text-align:left; background: } 
#FondG{ position: absolute; left: 190px; padding-top:0px; margin-top:Opx; padding-right:0px; height:1000px; width: 100px; margin-right:0px; border-style:hidden; top: 34px;} 
#FondD{ position: absolute; left: 1100px; padding-top:0px; margin-top:Opx; padding-right:0px; height:1000px; width: 100px; margin-right:0px; border-style:hidden; top: 34px;} 
--> 
</style> 
</head> 
 
 
<body> 
<span id="FondG"> 
<table width="100px" height="1000px" border=0 align=> 
<tr> 
<td colspan=0><img src="images/fond_g.png" width="100" height="1000" /></td> 
</tr> 
</table></span></id> 
<span id="FondD"> 
<table width="100px" height="1000px" border=0 align=> 
<tr> 
<td colspan=0><img src="images/fond_d.png" width="100" height="1000" /></td> 
</tr> 
</table></span></id> 
<table width="800px" border=0 align=center> 
<tr> 
<td colspan=0><img src="images/banniere.jpg" height="140" width="800" border=0 align=center></td> 
</tr> 
</table> 
<table width="800px" border=0 align=center > 
<tr> 
<td height="10" align=center> <div class="Style1 Backgroundbouton "><a href= "liens"> 
Le festival</div></td> 
 
<td ><div class="Style1"> 
Festival IN</div> 
</td> 
<td align=center> 
<div class="Style1"> 
Festival OFF</div> 
</td> 
<td align=center> 
<div class="Style1"> 
Tremplin découverte</div> 
</td> 
<td align=center> 
<div class="Style1"> 
Billeterie</div> 
</td> 
<td align=center> 
<div class="Style1"> 
Contact</div> 
</td> 
<td align=center> 
<div class="Style1"> 
Presse</div> 
</td> 
<td align=center> 
<div class="Style1"> 
L'année</div> 
</td> <td align=center> 
<div class="Style1"> 
Archive</div> 
</td> 
</table> 
</body> 
</html>