Supprimer un message
Poire
CSS :
Sous FireFox pas de pb, sur IE il y a un petit espace entre le bloc de gauche et la barre horizontale
Une solution ?
Merci.
- * {
- font-family: Trebuchet MS, serif;
- }
- body, h1 {
- margin: 0;
- padding: 0;
- }
- #header {
- background-color: black;
- color: white;
- height: 71px;
- line-height: 71px;
- text-align: center;
- }
- #gauche {
- float: left;
- background: red;
- width: 173px;
- height: 500px;
- clear: right;
- }
- #haut {
- background: #B37D00;
- height: 2em;
- margin: 0;
- padding: 0;
- }
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
- <head>
- <title>test</title>
- <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
- <style type="text/css" media="screen">@import url(test.css);</style>
- </head>
- <body>
- <div id="header">
- <h1>Acceuil</h1>
- </div>
- <div id="gauche">
- </div>
- <div id="haut">
- </div>
- </body>
- </html>
Sous FireFox pas de pb, sur IE il y a un petit espace entre le bloc de gauche et la barre horizontale
Une solution ?
Merci.