Salut les gens...
Désolé si je post une question déjà posée, mais j'ai pas trouvé de réponse à mon problème...
OK, alors allons-y gaiement...
La dame veut ça sur son site (j'y suis pour rien, c'est son choix, désolé)
http://tchernopuss.ovh.org/docs/design.gif
Pour ma part j'ai commencé gentiment mon fichier CSS comme suit, bossant avec Dreamweaver CS3 :
Mon souci c'est que les trucs sont pas alignés... Genre ma grande zone de texte bouffe sur l'image au-dessus. L'image à gauche de la zone de texte n'est pas alignée avec ce qui est dessus. Alors j'ai peut-être connerisé, je fais pas beaucoup de CSS, même si je suis assez content de mon site Jaafir. Donc si vous trouvez quelle couille j'ai mis dans le potage, ce serait sympa. Merci d'avance...
Désolé si je post une question déjà posée, mais j'ai pas trouvé de réponse à mon problème...
OK, alors allons-y gaiement...
La dame veut ça sur son site (j'y suis pour rien, c'est son choix, désolé)
http://tchernopuss.ovh.org/docs/design.gif
Pour ma part j'ai commencé gentiment mon fichier CSS comme suit, bossant avec Dreamweaver CS3 :
body {
background-color: #FFFFCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
}
body, td, th, h3, h6 {
color: #330000;
}
h1, h2, h4, h5 {
color: #660000;
}
a {
color: #003366;
}
.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-align: justify;
vertical-align: top;
word-spacing: normal;
margin: 5px;
float: none;
height: 180px;
width: 480px;
position: absolute;
left: 40px;
top: 210px;
padding: 5px;
}
.picture1 {
position: absolute;
height: 180px;
width: 120px;
left: 40px;
top: 30px;
background-color: #ff7777;
text-align: center;
vertical-align: middle;
}
.picture2 {
position: absolute;
height: 180px;
width: 120px;
left: 280px;
top: 30px;
background-color: #ff7777;
text-align: center;
vertical-align: middle;
}
.picture3 {
position: absolute;
height: 180px;
width: 120px;
left: 520px;
top: 30px;
background-color: #ff7777;
text-align: center;
vertical-align: middle;
}
.textforpicture1 {
position: absolute;
height: 180px;
width: 120px;
left: 160px;
top: 30px;
background-color: #FFFFCC;
text-align: center;
vertical-align: middle;
}
.textforpicture2 {
position: absolute;
height: 180px;
width: 120px;
left: 400px;
top: 30px;
background-color: #FFFFCC;
text-align: center;
vertical-align: middle;
}
.textforpicture3 {
position: absolute;
height: 180px;
width: 120px;
left: 640px;
top: 30px;
background-color: #FFFFCC;
text-align: center;
vertical-align: middle;
}
.photograph {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-align: justify;
vertical-align: top;
word-spacing: normal;
margin: 5px;
float: none;
height: 180px;
width: 120px;
position: absolute;
left: 520px;
top: 210px;
padding: 5px;
}
.picturebottom1 {
position: absolute;
height: 180px;
width: 120px;
left: 40px;
top: 390px;
background-color: #ff7777;
text-align: center;
vertical-align: middle;
}
Mon souci c'est que les trucs sont pas alignés... Genre ma grande zone de texte bouffe sur l'image au-dessus. L'image à gauche de la zone de texte n'est pas alignée avec ce qui est dessus. Alors j'ai peut-être connerisé, je fais pas beaucoup de CSS, même si je suis assez content de mon site Jaafir. Donc si vous trouvez quelle couille j'ai mis dans le potage, ce serait sympa. Merci d'avance...