Tableless -> Need HELP [CSS] - HTML/CSS - Programmation
Marsh Posté le 26-07-2002 à 09:19:17
ok j'ai compris en fait c'est le margin-left qui etait un peut trop grand, avec 83% ca marche mieux...
Marsh Posté le 26-07-2002 à 11:14:48
bon en fait ca va pas du tout ....
voile mon code:
.menu
{
width : 15%;
border : thin;
background-color : #C9C9C9;
color : #6666FF;
font-family : "Comic Sans MS";
text-align : center;
padding : 5px;
}
.center
{
left : 16%;
right : 16%;
width:70%;
position : absolute;
padding : 5px;
top : 0px;
}
.droite
{
position: absolute;
top:0px;
padding : 5px;
left : 85%;
background-color : black;
}
j'utilise les 3 div avec chaqune des classes.
deja j'ai pas le meme resultat avec ie et mozilla et mon div "droite" n'est pas colé à droite de la fenetre de l'explorateur
Marsh Posté le 26-07-2002 à 11:48:40
y a personne pour m'aider
Marsh Posté le 26-07-2002 à 12:33:36
Soit un peu plus précis. Quel résultat attends-tu ?
J'ai fait un peu le ménage mais je sais pas si c'est que tu veux.
.menu {
left: 0px;
top: 0px;
width : 15%;
position : absolute;
border : thin;
background-color : #C9C9C9;
color : #6666FF;
font-family : "Comic Sans MS";
text-align : center;
padding : 5px;
}
.center
{
left : 17%;
top : 0px;
width: 65%;
position : absolute;
padding : 5px;
}
.droite
{
left: 83%;
top: 0px;
width: 15%;
position: absolute;
padding : 5px;
background-color : black;
}
Marsh Posté le 26-07-2002 à 09:15:14
Salut j'essaie de faire une mise en page sans table avec 3 colonnes verticales. Voici mon css:
.menu
{
width : 15%;
border : thin;
background-color : #C9C9C9;
color : #6666FF;
font-family : "Comic Sans MS";
text-align : center;
}
.center
{
margin-left : 16%;
margin-right : 16%;
width:70%;
position : absolute;
top : 20px;
}
.droite
{
width : 15%;
position: absolute;
margin-left:85%;
top:20px;
}
pourquoi lorsque j'utilise 3 paragraphes avec ces classes j'obtiens un ascenceur de navigation horizontal ?
pourtant 15+15+65 = 100% !!
Message édité par kayasax le 26-07-2002 à 11:13:06
---------------
All we need is a soul revolution