Bonjour,
Voici ma page :
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 <!doctype html> <html lang="fr"> <head> <meta charset="utf-8"> <title>Test</title> <link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css"> <!-- <link type="text/css" href="../bootstrap/css/bootstrap.min.css" rel="stylesheet"> --> </head> <body> <div class="container"> <form> <fieldset> <legend>Mon titre</legend> <table> <tr><td>R1C1</td><td>R1C2</td></tr> <tr><td>R2C1</td><td>R2C2</td></tr> </table> </fieldset> </form> </div> </body> </html>
Le margin-bottom de la balise <legend> n'est pas pris en compte sous opera 12 et Safari 5
Il n'y a pas de problème sous firefox 22, Chrome 28 et IE 8.
Voyez-vous d'où peut venir le problème ?
Merci d'avance,
Partager