Texte dans cadre pas centrer

Fermé
mathieu2222 - 12 juil. 2010 à 22:40
 Rashel - 12 juil. 2010 à 23:10
Bonjour,
Mon texte dans les bordure ne sont pas centrer et je ne ses pas comment faire pour deplacer 1 liste non ordonner a gauche d'un menu car il reste au centre.. de plus l'image que je veut mettre en haut de ma page au centre safiche mais en bas de la page ..voici la source css

merci de maider

.description
{
font-size:18px;
font-family:"arial-black";
text-align:center;
font-wheight:bold;
position:relative;
top:205px;
right:300px;
left:200px;
height:250px;
width:350px;
border: 3px solid black;

}

.menu
{
border: 2px solid black;
float:left;
text-align:center;
background:silver;
margin: 0;
padding:0;
text-decoration:underline;
}
.menu2
{
border: 2px solid black;
float:left;
position: relative;
top:150px;
right:125px;
height:125px;
width:122px;
margin: 0;
padding: 0;
background:silver;
text-decoration:underline;
text-align:center;



}
.pied
{
text-align:center;
border:2px double black;
position: relative;
top:520px;
color:black;

}

body
{
background:silver;
}

.description2
{
font-size:18px;
font-family:"arial-black";
text-align:center;
font-wheight:bold;
position:relative;
bottom:100px;
right:300px;
left:600px;
height:250px;
width:350px;
border: 3px solid black;
}
.photo
{
position : absolute;

width:690px;
height:250px;
left : 50%;
margin-left : -345px;
marging-bottom:200px;
}

1 réponse

tu as essayé de modifier tes marging...?
left et bottom surtout?

width:690px;
height:250px;
left : 50%;
margin-left : -345px;
marging-bottom:200px;
0