Bonjour , j'ai un problème au niveaux du "contenu.png" pour le css et xhtml .

Je m'explique mon "contenu.png" se répète bien mais saute une ligne . je vais être plus claire avec une image :

Voilà merci de m'aider x)

8 réponses


deathounet
Auteur
Réponse acceptée

c'est bon j'avais oublier de le mettre dans le dossier "theme" ^^ je valide , merci a tous !

Slt,
tu peux fournir ton code xhtml et css pour voir le problème?

C'est bon c'est résolu , j'avais oublier de fermer le ">" de la div .

Merci quand même Caras

Alors valide :)

j'ai un autre problème x(

En fait , quand je veux mettre le "news_h1.jpg" bah ... Il ne s'affiche pas .

Mon index.html :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
   <head>
       <title> Geek-Stream </title>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <link rel="stylesheet" media="screen" type="text/css" title="Style" href="style.css" />
   </head>
   <body>
      <div id="top">
        Geek-Stream <span class="petit">le site de streaming</span>
      </div>
      <div id="conteneur">
        <div id="menu">
          <ul>
            <li><a href="">point 1</a></li>
            <li><a href="">point 2</a></li>
          </ul>
        </div>

        <div id="contenu">

            <div id="navigation">Navigation</div>
            <div id="news"><h1>News</h1></div>
            <br clear="all"/>
        </div>

      </div>
   </body>
   </html>

Mon style.css

body{
    background:url(theme/Fond.jpg) no-repeat top center #005e5d;
    margin:0;
    padding:0;
    font-family: Verdana , Geneva , sans-serif;
    font-size:12px;

}
#top{
    height:56px;
    background:url(theme/top.png) no-repeat top center;
    font-size:24px;
    text-align:center;
    line-height:68px;
    color: white;
    margin:70px 0 55px; 0;

}
#top .petit{
    font-size:9px;
}
#conteneur{
    width:638px;
    margin:0 auto;
    padding: 108px;
}
#menu{
    background:url(theme/corps_h.png) no-repeat bottom left;
    height:55px;
}
#menu ul li{
    list-style: none;
    float:left;
    margin-bottom:30px;
    padding:0;
}
#menu ul li a{
    height:43px;
    width:107px;
    font-size:14px;
    text-decoration:none;
    text-align:center;
    display:block;
    background:url(theme/bouton.png) no-repeat top left;
    line-height:33px;
    color: white;
}
#menu ul li a:hover{
    background-position:bottom left;
    line-height:35px;

}

#contenu{
    background:url(theme/corps.png) repeat-y top;
    padding:20px 5px;
}
#news{
    float:left;
}
#news h1{
    background:url(theme/news_h1.jpg);
    display:block;
    width:302px;
    height:27px;
    line-height:27px;
    font-size:1em;
    font-weight:bold;
    padding:0 10px;

}
#news h1{
    padding:0 15px;
    color: #bababa;

}
#navigation{
   float:left; 
}

Merci de vos futur réponses .

ok est-ce que ton site est en ligne ?

deux autre question :

  1. est-ce que le h1 a la bonne largeur,
    2.y a pas d'erreur dans le nom de l'image

ah non désolé t'as juste oublié les '' après url :)

Mon site n'est pas en ligne , non .

il est a la bonne largeur

et les " mets juste le nom en gris mais pas l'image x(

merci quand même