Probleme affichage html
Résolu
Micka
-
Micka -
Micka -
A voir également:
- Probleme affichage html
- Editeur html - Télécharger - HTML
- Affichage double ecran - Guide
- Problème affichage fenêtre windows 10 - Guide
- Windows 11 affichage classique - Guide
- Html br ✓ - Forum Webmastering
8 réponses
" les boites dans lesquelles " Oula !
Les balises, tu veux dire ; quelles sont-elles ?
La différence d'affichage est dû au PC, tu es sûr ? Non pas au calibre d'écran ? ( taille, résolution ).
Les balises, tu veux dire ; quelles sont-elles ?
La différence d'affichage est dû au PC, tu es sûr ? Non pas au calibre d'écran ? ( taille, résolution ).
oui ce sont des balises div donc j'ai créé des "boites" dans lesquelles je met mon texte. dans ma feuille de style, pour les utiliser sur mes differentes pages.
sinon oui c un probleme de resolution a mon avis, d'ailleurs quand je modifie la taille de mon navigateur mon image de fond se deplace mais pas mes "boites" donc voila, j'aimerais que ca s'adapte a n'importe quelle resolution.
sinon oui c un probleme de resolution a mon avis, d'ailleurs quand je modifie la taille de mon navigateur mon image de fond se deplace mais pas mes "boites" donc voila, j'aimerais que ca s'adapte a n'importe quelle resolution.
Pour que ca s'adapte à n'importe quelle résolution, tu dois mettre toutes les valeurs en pourcentage : %
Tu as mi quoi dans ta feuille de style ?
Tu as mi quoi dans ta feuille de style ?
@charset "utf-8";
/* CSS Document */
#container{padding: 0px 0px 0px 0px ;}html, body{}
html, body, #fullBanner, #container{background-color:#000; }#main{background-color:#000;}
#tout{
position:center;
padding:auto;
background-color:#000;
height:768px;
width:1024px;
margin-left:auto;
margin-right:auto;
border:none;
}
#menu{
width:1024px;
border:none;
}
#menu ul{
list-style:none;
}
#menu li{
float:left;
list-style:none;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
#boite1{
position:absolute;
z-index:1;
left:195px;
top:272px;
height:477px;
width:310px;
background-color:none;
overflow-x: hidden;
overflow-y: scroll;
font-size: 16px;
}
#boite2{
position:absolute;
z-index:2;
left:783px;
top:272px;
height:477px;
width:310px;
background-color:none;
overflow-x: hidden;
overflow-y: scroll;
font-size: 16px;
}
#boite3{
position:absolute;
z-index:3;
left:475px;
top:360px;
height:300px;
width:400px;
background-color:none;
font-size:12px;
}
#boitebiosw{
position:absolute;
left:151px;
top:244px;
height:100px;
width:100px;
background-color:none;
}
#boitebioym{
position:absolute;
left:272px;
top:349px;
height:100px;
width:100px;
background-color:none;
}
#boitebiojh{
position:absolute;
left:449px;
top:458px;
height:100px;
width:100px;
background-color:none;
}
#boitebiomb{
position:absolute;
left:638px;
top:561px;
height:100px;
width:100px;
background-color:none;
}
#boitebiotb{
position:absolute;
left:828px;
top:674px;
height:100px;
width:100px;
background-color:none;
}
#boitelarks{
position:absolute;
left:145px;
top:313px;
height:25px;
width:250px;
background-color:none;
}
#boitetoys{
position:absolute;
left:145px;
top:363px;
height:25px;
width:250px;
background-color:none;
}
#boitelady{
position:absolute;
left:145px;
top:413px;
height:25px;
width:250px;
background-color:none;
}
#boiteepic{
position:absolute;
left:145px;
top:463px;
height:25px;
width:250px;
background-color:none;
}
#boitereveller{
position:absolute;
left:145px;
top:513px;
height:25px;
width:250px;
background-color:none;
}
#boitepicnic{
position:absolute;
left:752px;
top:313px;
height:25px;
width:250px;
background-color:none;
}
#boitesilent{
position:absolute;
left:752px;
top:363px;
height:25px;
width:250px;
background-color:none;
}
#boiteabyss{
position:absolute;
left:752px;
top:413px;
height:25px;
width:250px;
background-color:none;
}
#boiteurban{
position:absolute;
left:752px;
top:463px;
height:25px;
width:250px;
background-color:none;
}
#boiteburn{
position:absolute;
left:752px;
top:513px;
height:25px;
width:250px;
background-color:none;
}
#boitemyspace{
position:absolute;
left:802px;
top:435px;
height:100px;
width:100px;
background-color:none;
}
#boitefacebook{
position:absolute;
left:795px;
top:562px;
height:100px;
width:100px;
background-color:none;
}
#boiteprochainconcert{
position:absolute;
left:540px;
top:600px;
height:200px;
width:200px;
background-color:none;
}
#boitefond{
position:absolute;
position:center;
padding:0px;
top:218px;
height:577px;
width:1024px;
margin-left: auto;
margin-right: auto;
border:none;
}
/* CSS Document */
#container{padding: 0px 0px 0px 0px ;}html, body{}
html, body, #fullBanner, #container{background-color:#000; }#main{background-color:#000;}
#tout{
position:center;
padding:auto;
background-color:#000;
height:768px;
width:1024px;
margin-left:auto;
margin-right:auto;
border:none;
}
#menu{
width:1024px;
border:none;
}
#menu ul{
list-style:none;
}
#menu li{
float:left;
list-style:none;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
#boite1{
position:absolute;
z-index:1;
left:195px;
top:272px;
height:477px;
width:310px;
background-color:none;
overflow-x: hidden;
overflow-y: scroll;
font-size: 16px;
}
#boite2{
position:absolute;
z-index:2;
left:783px;
top:272px;
height:477px;
width:310px;
background-color:none;
overflow-x: hidden;
overflow-y: scroll;
font-size: 16px;
}
#boite3{
position:absolute;
z-index:3;
left:475px;
top:360px;
height:300px;
width:400px;
background-color:none;
font-size:12px;
}
#boitebiosw{
position:absolute;
left:151px;
top:244px;
height:100px;
width:100px;
background-color:none;
}
#boitebioym{
position:absolute;
left:272px;
top:349px;
height:100px;
width:100px;
background-color:none;
}
#boitebiojh{
position:absolute;
left:449px;
top:458px;
height:100px;
width:100px;
background-color:none;
}
#boitebiomb{
position:absolute;
left:638px;
top:561px;
height:100px;
width:100px;
background-color:none;
}
#boitebiotb{
position:absolute;
left:828px;
top:674px;
height:100px;
width:100px;
background-color:none;
}
#boitelarks{
position:absolute;
left:145px;
top:313px;
height:25px;
width:250px;
background-color:none;
}
#boitetoys{
position:absolute;
left:145px;
top:363px;
height:25px;
width:250px;
background-color:none;
}
#boitelady{
position:absolute;
left:145px;
top:413px;
height:25px;
width:250px;
background-color:none;
}
#boiteepic{
position:absolute;
left:145px;
top:463px;
height:25px;
width:250px;
background-color:none;
}
#boitereveller{
position:absolute;
left:145px;
top:513px;
height:25px;
width:250px;
background-color:none;
}
#boitepicnic{
position:absolute;
left:752px;
top:313px;
height:25px;
width:250px;
background-color:none;
}
#boitesilent{
position:absolute;
left:752px;
top:363px;
height:25px;
width:250px;
background-color:none;
}
#boiteabyss{
position:absolute;
left:752px;
top:413px;
height:25px;
width:250px;
background-color:none;
}
#boiteurban{
position:absolute;
left:752px;
top:463px;
height:25px;
width:250px;
background-color:none;
}
#boiteburn{
position:absolute;
left:752px;
top:513px;
height:25px;
width:250px;
background-color:none;
}
#boitemyspace{
position:absolute;
left:802px;
top:435px;
height:100px;
width:100px;
background-color:none;
}
#boitefacebook{
position:absolute;
left:795px;
top:562px;
height:100px;
width:100px;
background-color:none;
}
#boiteprochainconcert{
position:absolute;
left:540px;
top:600px;
height:200px;
width:200px;
background-color:none;
}
#boitefond{
position:absolute;
position:center;
padding:0px;
top:218px;
height:577px;
width:1024px;
margin-left: auto;
margin-right: auto;
border:none;
}
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
J'ai eu peur que tu mettes tes div dedans. Donc au cas où. ;)
Donc tu mets tes valeurs px en % en changeant les valeurs bien sûr !
Donc tu mets tes valeurs px en % en changeant les valeurs bien sûr !
je dois ecrire % a la place de "px" c'est ca?
parce que j'ai essayé et ca me donne un truc tout bizare...
parce que j'ai essayé et ca me donne un truc tout bizare...