28220 sujets

CSS et mise en forme, CSS3

Voici d'abord mon problème:
La page est composée de 3 div (haut,gauche et centre) classiques.
Mais la div du "haut" ne prend pas la css qui lui correspond (.haut)
pas de fond,positionnement en haut à gauche au lieu d'un décalage,...

Voici le code de la css
html,body {
      font-family: arial, verdana, sans-serif;
      font-size: 12pt;
      margin:0;
      padding:0;
      height:100%;
      }
.haut {
      background-image:url("../images/fondh1024.jpg");
      background-attachment: fixed;
      background-repeat: repeat-Y;
      height:8%;
      width:82%;
      position: absolute;
      margin-left:18%;
      margin-top:0%
      }
.milieu {
      background-image:url("../images/fondh1024.jpg");
      background-attachment: fixed;
      background-repeat: repeat-Y;
      height:92%;
      width:82%;
      margin-left:18%;
      margin-top:-58%;
      }
.gauche {
      background-image:url("../images/fondg1024.jpg");
      background-attachment: fixed;
      background-repeat: repeat-Y;
      height:100%;
      width:18%;

      }
 


En dessous il y a des trucs pour Hx,A,... pas important

et voici le code la page principale
<HTML>
<HEAD>
<LINK href="favicon.ico" rel="SHORTCUT ICON">
<TITLE>RSI</TITLE>
<NOSCRIPT>
<meta http-equiv="refresh" content="0;URL=http://www.google.fr">
</NOSCRIPT>
<link href="feuille1024.css" rel="stylesheet" type="text/css">
</HEAD>
<body>
<div class"haut">
<?include 'banniere.php'?>
</div>
<div class="gauche">
<?include 'menu.php';?>
</div>
<div class="milieu">
<?include 'Horaires.html';?>
</div>
</body>
</HTML>


Si vous pourriez m'aider SVP!!!
Ce forum est fait pour ça je crois d'abord.
Modifié par Pops83 (23 Jun 2005 - 11:20)
Oh la boulette!!!!
C'était vraiment tout con.
Merci en tout cas!
J'ai honte de moi.

Désolé de vous avoir dérangé!
Smiley sweatdrop