Bonjour,
Je rencontre une différence dans mes fieldset entre firefox et internet explorer 7... Certains sont même très étranges comme la différence dans le width.
Voyez plutôt :
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 <form method="post" action="index.php?page=inscription" class="inscription_error"> <fieldset><legend>Erreurs</legend> <div class="text_error"> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </div> </fieldset> </form>
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 fieldset{ margin-bottom:1em; border:2px solid #b5bab3; text-align:center; height:auto; line-height:5px; } legend{ margin: 0 0 0.5em 0; padding:0.3em; font-weight:bold; font-size:small; color:black; } .inscription_error{ margin-left:auto; margin-right:auto; clear:both; width:500px; } .text_error p{ color:red; font-size:x-small; }
Images :
http://img257.imageshack.us/gal.php?g=inscriptionff.jpg
Partager