Problème de centrage...

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Problème de centrage...

Message par Dragvar Jeu 10 Fév 2011 - 21:47

Bonjour.

J'ai un problème avec mon forum, celui-ci n'est pas "centré". Il se retrouve de plus avec une barre de défilement de la droite vers la gauche dans mon cas, pour un de mes membre il ce retrouve avec le thème séparé pratiquement en deux.

https://2img.net/h/i140.photobucket.com/albums/r9/Altar113/Crpuscule1.jpg

Le lien est une capture d'image pour montrer le problème, nous avons tenté plusieurs option mais on arrive point à résoudre ce problème. Je crois que cela est un problème de CSS...

Merci de votre aide en avance...
avatar

Dragvar
Nouveau membre

Messages : 2
Inscrit(e) le : 10/02/2011

http://crepuscule.forumgratuit.org/portal
Dragvar a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de centrage...

Message par Anzu Jeu 10 Fév 2011 - 22:08

Bonjour et Bienvenue
sur le Forum des Forums ForumActif
Vu que vous êtes nouveau, voici quelques sujets importants :
Problème de centrage... Attention2 Sécurité : Mail de fondation - Ce qu'il ne faut pas faire
Problème de centrage... Fleche10Listing - Questions/Réponses fréquentes
Problème de centrage... Fleche10Listing - Trucs et astuces
Problème de centrage... Fleche10 La fonction Rechercher
Problème de centrage... Fleche10 La FAQ de Forumactif.com

N'hésitez pas à ouvrir un nouveau sujet si vous ne trouvez pas votre réponse Wink

Bonsoir,

Dans Affichage > Images et couleurs > Couleurs > Feuille CSS

Repérez ceci:

Code:
#newbottom {

Vous devriez y avoir un margin à l'intérieur, mettez 0 en valeur.

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de centrage...

Message par Dragvar Jeu 10 Fév 2011 - 22:22

Nous avons essayé, si on l'applique le bottom ce retrouve décalé par rapport au reste. Sinon il est possible d'avoir ceci centré s'il vous plait?

Code:
body {

position: center;

}


.smiley-container {
max-width: 700px;
border: 1px solid;
color: #EE0030;

}


.select{
margin-left: 550px;}

.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #101A24;
}

table
{
max-width: 800px;
margin: auto;
}

a { text-decoration: none; }

a.forumlink:hover, a.forumlink:hover:visited{
background-color: #7D0C1F;
border-left: 5px solid #7D0C1F;
border-right: 5px solid #7D0C1F;
-moz-border-radius:6px;}

.opac1 {
opacity:.50; filter:alpha(opacity=50); -moz-opacity:1; -khtml-opacity:1;
}
.opac2 {
opacity:.90; filter:alpha(opacity=90); -moz-opacity:0.6; -khtml-opacity:0.6;
}

#i_logo
{
background-image: url('http://img832.imageshack.us/img832/7008/testbanniereavecfond.png');
width: 925px;
height: 776px;
margin-top: -10px;
margin-bottom: -25px;
margin-left: -12px;
margin-right: -25px;
}



.bodylinewidth
{

margin-top: 0px;
margin-bottom: 0px;
margin-left: 0 px;
;

}

#newbottom
{
clear: both;
background-image: url('http://img714.imageshack.us/img714/7384/bottomfond.png');
background-repeat: no-repeat;
background-position: center;
height: 180px;
width: 940px;
margin: 0px
margin-top: 0px;
margin-bottom: 0px;
margin-left: +225px;
margin-right: 422px;

}

.bodyline {
background: url('http://img225.imageshack.us/img225/9881/contouravecfond.png');


}

.forumline{

-moz-border-radius: 0px 0px 14px 14px ;
border-bottom: 6px #5B6E8F solid;
border-top: 1px #5B6E8F dotted;
border-right: 1px#5B6E8F dotted;
border-left: 1px #5B6E8F dotted;

}

 
.forumline{
margin: auto;
-moz-border-radius: 6px;

}


body{
  cursor: url('http://cur.cursors-4u.net/games/gam-3/gam257.cur'),auto ;
}


input, textarea, select {
margin: auto;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}

a:hover{
    text-decoration: underline overline !important;
    }

Un gros merci pour l'aide apporté, nous l'apprécions beaucoup.
avatar

Dragvar
Nouveau membre

Messages : 2
Inscrit(e) le : 10/02/2011

http://crepuscule.forumgratuit.org/portal
Dragvar a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de centrage...

Message par Anzu Jeu 10 Fév 2011 - 22:32

Remplacez le body actuel par:

Code:

body {
background-image: url('http://i75.servimg.com/u/f75/13/65/13/67/fond_b11.jpg');
background-position: center;
background-attachment: fixed;
}

Remplacez le newbottom actuel par:

Code:

#newbottom
{
clear: both;
background-image: url('http://img714.imageshack.us/img714/7384/bottomfond.png');
background-repeat: no-repeat;
background-position: center;
height: 180px;
width: 100%;
margin: 0px

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum