après des début difficiles je commence à me débrouiller (enfin je croyais!)
je vérifie mon travail sur FF, et je viens de constater ce matin ce qui ce
passe sur IE(7). Un désastre! Un chamboule-tout!

j'ai regardé la faq du site, j'ai fait une petite recherche google, mais
j'ai pas trouvé ce qu'il me fallait. Donc mon css fait bien son taf sur FF
mais pas sur IE:
le css:
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
a:link{
color:blue;
text-decoration:none;
}
a:visited{
color:blue;
text-decoration:none;
}
a:hover{
color:blue;
text-decoration:none;
}
body{
 height:100%;
 width:100%;
 margin:0;
 padding:0;
}
.tablespace{
 text-align:left;
 background-color:rgb(90, 145, 177);
 width:100%;
 border:2;
}
#divspaceg{
 float:left;
 margin-top:3%;
 width:15%;
}
#divspaced{
 position:absolute;
 margin-top:3%;
 margin-left:85%;
 width:15%;
}
#divcont{
 width:70%;
 margin:3% 0% 15% 15%;
}
#divcopy{
 width:100%;
 text-align:center;
 margin-top:20px;
 height:15px;
 clear:both;
}
#divlogo{
 width:121px;
 height:121px;
 margin-top:10px;
 margin-left:auto;
 margin-right:auto;
}
ça donne cela sur FF:


et ça sur IE :

si qlq un à de quoi m'aidé je suis preneur.