bonjour
j'ai un probleme d'affichage avec firefox il m'affiche mon popup deformer
voici mon code
MErci d'avnce
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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88 <html> <head> <title>popup</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script language="javascript" type="text/javascript" src="js/script.js" ></script> </head> <script language="javascript" type="text/javascript"> preloading('images/'); </script> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="text-align:center;"> <!-- ImageReady Slices (popup) --> <div style="background-color:#4badbb; height:207px; width:1px; float:left; padding-top:10px; margin-top:10px; margin-right:0px; padding-right:0px; margin-left:-184px; position:absolute;"> </div> <div style="padding-left:0px; margin-left:0px;"> <table id="Tableau_01" width="359" height="212" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="6"><img src="images/pointeur.gif" width="351" height="10" alt=""></td> </tr> <tr> <td colspan="5" style="background-color:#4badbb"> <p class="entete">changes EUR/USD</p></td> <td class="curseur"> <img src="images/popup_02.gif" width="16" height="16" alt="" onClick="fermer()"></td> <td rowspan="9"> <img src="images/popup_03.gif" width="8" height="211" alt=""></td> </tr> <tr> <td id="b1" class="bt1" onClick="charger(this);"> J-7 </td> <td id="b2" class="bt2" onClick="charger(this);"> 1 mois</td> <td id="b3" class="bt2" onClick="charger(this);"> 2 mois</td> <td id="b4" class="bt2" onClick="charger(this);"> 1 an</td> <td id="b5" colspan="2"class="bt2" onClick="charger(this);"> 2 ans</td> </tr> <tr id="img" style="display:block"> <td colspan="6"> <img src="images/graphe.gif" width="351" height="165" alt=""></td> </tr> <tr id="img2" style="display:none"> <td colspan="6"> <img src="images/graphe2.gif" width="351" height="165" alt=""></td> </tr> <tr id="img3" style="display:none"> <td colspan="6"> <img src="images/graphe3.gif" width="351" height="165" alt=""></td> </tr> <tr id="img4" style="display:none"> <td colspan="6"> <img src="images/graphe4.gif" width="351" height="165" alt=""></td> </tr> <tr id="img5" style="display:none"> <td colspan="6"> <img src="images/graphe3.gif" width="351" height="165" alt=""></td> </tr> <tr> <td colspan="6"> <img src="images/popup_10.gif" width="351" height="6" alt=""></td> </tr> <tr> <td> <img src="images/spacer.gif" width="70" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="70" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="70" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="70" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="55" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="16" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="8" height="1" alt=""></td> </tr> </table> </div> <!-- End ImageReady Slices --> </body> </html>
Partager