Aller au contenu

Probleme de positionnement


doomer2

Sujets conseillés

Voila j'ai un ensemble de 4 boites que je voudrais positionner au centre d'un div mais mpossible, pour l'instant je les ai mis collé à gauche .

Quelqu'un sait il comment procéder ?

Sinon la page se trouve : La page à corriger

Le code CSS

#centre {
background-color:#ffffff;
margin-left: 160px;
margin-right:5px;
border-left:5px solid #EFF6FF;
padding-right:15px;
padding-left:5px
}

.rhcol {
width: 270px;
margin:0 10px 15px;
background: transparent;
color: #000000;
float:left;
}


.rhcont {
border-left: 1px solid #000000;
border-bottom:3px solid #000000;
}

.rhcol p{font-size:0.7em;text-align:left;padding:2px;}

.rnav-hdr {
background: url(images/fondboitebleu.gif) no-repeat;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
border-bottom: 1px solid #000;
border-left: 2px solid #000000;
margin: 3px 0;
padding: 2px;
}

Le code HTML:

<div id="centre">
<div class="rhcol">
       <div class="rhcont">
         <div class="rnav-hdr">Nouveautés</div>
   <a href="#"><img class="imagegauche" src="images/nouveautes.jpg" alt="[Contactez-Nous]" title="Nouveautes du site Internet" width="44" height="46" /></a>
         <p>Voir les nouveautes <a href="http://dubcl.free.fr" title="Mon 1er site CSS.">du site</a></p>
         <br />
         <p><img src="images/fleche.jpg" alt="" width="10" height="10"/> Essai </p>
         <p><img src="images/fleche.jpg" alt="" width="10" height="10"/> Essai </p>
       </div>
 </div>  

<div class="rhcol">
       <div class="rhcont">
         <div class="rnav-hdrr">Notre fil RSS</div>
         <a href="http://www.feedvalidator.org/check.cgi?url=http://dubcl.free.fr/actu.xml"><img class="imagegauche" src="images/rssicon.jpg" alt="[Valid RSS]" title="Validation du RSS" width="44" height="46" /></a>
   <p>Le fil RSS est enfin disponible. <a href="http://dubcl.free.fr" title="Mon 1er site CSS.">Testez sa validité</a></p>      
         <br />
         <p><img src="images/fleche.jpg" alt="" width="10" height="10"/> Qu'est ce que c'est qu'un fil RSS ?</p>
         <p><img src="images/fleche.jpg" alt="" width="10" height="10"/> Comment visualisez l'information ? </p>
     <p><img src="images/fleche.jpg" alt="" width="10" height="10"/> Comment mettre ces informations sur mon site ? </p>        
       </div>
 </div>  
</div>

Lien vers le commentaire
Partager sur d’autres sites

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • Créer...