Bonjour
voila j'essaye de faire un site depuis quelques jours avec Alsace création, j'apprends avec les tutoriels, et mon problème est :
quand je regard ma page sur Internet avec Internet Explorer, quand je réduis la page tout les éléments se décalent à au bas de la page.
Pourriez vous m'aidez à ce que tout reste fixe, enfin je veux dire que tout reste fixe même quand je réduis la fenêtre.
Et je vous remercie par avance de pouvoir m'aider.
Cordialement.http://ile.chrispat.free.fr/20/index.php
Charlottecode]/* CSS Document */
Modifié par CharlotteDeCorse (02 May 2005 - 10:35)
voila j'essaye de faire un site depuis quelques jours avec Alsace création, j'apprends avec les tutoriels, et mon problème est :
quand je regard ma page sur Internet avec Internet Explorer, quand je réduis la page tout les éléments se décalent à au bas de la page.
Pourriez vous m'aidez à ce que tout reste fixe, enfin je veux dire que tout reste fixe même quand je réduis la fenêtre.
Et je vous remercie par avance de pouvoir m'aider.
Cordialement.http://ile.chrispat.free.fr/20/index.php
Charlottecode]/* CSS Document */
[body {background-color: #CC0000;
margin: 0;
padding:0;
position: absolute;
width: 100%;
height: 100%;
font-family: verdana, arial, sans-serif;
}
.bloc0 {background-color: #FF6600;
height: 50px;
width: 750px;
margin-top: 0px;
margin-left: 10px;
text-align: center;
}
.bloc1 {background-color: yellow;
height: 530px;
width: 140px;
float: left;
margin-left: 10px;
}
.bloc2 {background-color: #6600FF;
height: 530px;
width: 470px;
float: left;
overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
font-size: 14px;
margin-left: 0px;
padding: 5px;
}
.bloc3 {background-color: yellow;
height: 530px;
width: 140px;
float: left;
margin-left: 0px;
}
.bas {background-color: #99FF00;
height: 20px;
font-size: 12px;
margin-top: 530px;
margin-left: 10px;
padding: 0 40px;
border-left: 10px solid #00ff00;
border-right: 10px solid #00ff00;
width: 750px;
voice-family: "\"}\"";
voice-family:inherit;
width: 650px;
}
html>body .bas {
width:650px;
}
Modifié par CharlotteDeCorse (02 May 2005 - 10:35)