Barre de défilement dans mon site en HTML
Fermé
Musicaul11
Messages postés
15
Date d'inscription
lundi 16 avril 2012
Statut
Membre
Dernière intervention
7 novembre 2012
-
20 avril 2012 à 20:03
Musicaul11 Messages postés 15 Date d'inscription lundi 16 avril 2012 Statut Membre Dernière intervention 7 novembre 2012 - 20 avril 2012 à 20:59
Musicaul11 Messages postés 15 Date d'inscription lundi 16 avril 2012 Statut Membre Dernière intervention 7 novembre 2012 - 20 avril 2012 à 20:59
A voir également:
- Barre de défilement dans mon site en HTML
- Site de telechargement - Accueil - Outils
- Site comme coco - Accueil - Réseaux sociaux
- Site de vente en ligne particulier - Guide
- Barre de défilement - Guide
- Quel site remplace coco - Accueil - Réseaux sociaux
2 réponses
wAxxx
Messages postés
421
Date d'inscription
mardi 24 juin 2008
Statut
Membre
Dernière intervention
29 septembre 2015
46
20 avril 2012 à 20:11
20 avril 2012 à 20:11
Bonsoir,
Cela est du au faite que les dimensions de la page sont mal introduit (les dimensions de votre page sont un peux plus grandes que celle de la résolution de votre écran)
la balise qui te permet d'éviter cela est :
ou
Cela est du au faite que les dimensions de la page sont mal introduit (les dimensions de votre page sont un peux plus grandes que celle de la résolution de votre écran)
la balise qui te permet d'éviter cela est :
body {width:100%}
ou
body {width:900px;}
Musicaul11
Messages postés
15
Date d'inscription
lundi 16 avril 2012
Statut
Membre
Dernière intervention
7 novembre 2012
20 avril 2012 à 20:32
20 avril 2012 à 20:32
ça ne marche pas quand meme
Merci quand meme d'avoir répondu !! :D
Merci quand meme d'avoir répondu !! :D
wAxxx
Messages postés
421
Date d'inscription
mardi 24 juin 2008
Statut
Membre
Dernière intervention
29 septembre 2015
46
20 avril 2012 à 20:34
20 avril 2012 à 20:34
Peut tu me donner ton css?
Musicaul11
Messages postés
15
Date d'inscription
lundi 16 avril 2012
Statut
Membre
Dernière intervention
7 novembre 2012
20 avril 2012 à 20:52
20 avril 2012 à 20:52
oui heu c long c pas grave ? ou alors juste le body ?
Musicaul11
Messages postés
15
Date d'inscription
lundi 16 avril 2012
Statut
Membre
Dernière intervention
7 novembre 2012
20 avril 2012 à 20:59
20 avril 2012 à 20:59
body
{
background-color : rgb(54,95,145);
background-position : 30px 50px;
background-position : right;
}
li
{
border: 1px black solid;
border-radius : 7px / 7px ;
font-family : Nightclub BTN,impact, Arial, serif;
font-size : 17px;
box-shadow : 6px 6px 6px black;
}
nav li
{
display: inline-block;
margin-right: -5px;
padding : 4px 7px 4px 7px;
background-color : rgb(0,128,192);
}
header
{
display: inline-block;
vertical-align: top;
position : absolute;
left : 0px;
top : 0px;
}
div
{
display : inline;
position : relative;
right : 0px;
top : 0px;
}
article
{
border-radius : 25px / 25px ;
display: inline-block;
padding : 17px 27px 27px 27px;
position : absolute;
left : 0px;
top : 170px;
box-shadow : 9px 9px 12px black;
background-image : url("6Eclair1.jpg");
}
article p, article h2
{
font-family : calibri, Arial, serif;
text-align : center;
}
nav
{
position : relative;
left : 200px;
top : -855px;
z-index : 1;
}
h1
{
position : absolute;
left : 750px;
top : 110px;
z-index: 1;
}
a
{
color : black;
text-decoration : none;
}
article h2
{
text-decoration : underline;
}
#Bienvenue
{
font-family : GrilledCheese BTN Wide Blk,Nightclub BTN, calibri, Arial,Serif;
position : relative;
left : 280px;
bottom :1293px;
}
#jack
{
position : relative;
left :60px;
top : -1045px;
}
#presentation
{
display : inline-block;
position : relative;
left :210px;
bottom: 1300px;
}
#msg
{
position : relative;
left : 520px;
bottom :1300px;
font-family: Year supply of fairy cakes , Nightclub BTN, calibri, Arial, Serif;
}
#fleche
{
position : relative;
left : 950px;
bottom : 1655px;
}
#mark
{
display : inline-block;
position : absolute;
left :25px;
bottom : -180px;
border : 5px black solid;
border-radius : 15px / 15px;
box-shadow : 3px 3px 3px black;
padding : 0px 0px 0px 0px;
margin : 0px 0px -5px -5px;
}
a:hover
{
color : rgb(69,239,222);
}
diap
{
width : 50px;
position : relative;
left: 1030px;
top: -200px;
}
separ
{
position : relative;
left : -40px;
bottom : 1100px;
}
mail a
{
z-index : 1;
font-family : Year supply of fairy cakes , Nightclub BTN, calibri, Arial, Serif;
position : relative;
left : 15px;
top : -1200px;
}
webm p
{
position: relative;
left : 15px;
top : -1200px;
font-family : Serif;
font-weight : bold;
}
site a
{
text-align : left;
font-family : Arial, Serif;
display : block;
position : relative;
left : 2px;
bottom : 1380px;
text-decoration : underline;
border : 2px black solid;
border-radius : 7px / 7px;
box-shadow : 7px 7px 7px black;
padding : 2px;
margin-right : 1050px;
margin-bottom : -8px;
}
site p
{
position : relative;
left : 2px;
bottom : 1380px;
display : block;
font-family : Year supply of fairy cakes, serif;
font-size : 15px;
}
{
background-color : rgb(54,95,145);
background-position : 30px 50px;
background-position : right;
}
li
{
border: 1px black solid;
border-radius : 7px / 7px ;
font-family : Nightclub BTN,impact, Arial, serif;
font-size : 17px;
box-shadow : 6px 6px 6px black;
}
nav li
{
display: inline-block;
margin-right: -5px;
padding : 4px 7px 4px 7px;
background-color : rgb(0,128,192);
}
header
{
display: inline-block;
vertical-align: top;
position : absolute;
left : 0px;
top : 0px;
}
div
{
display : inline;
position : relative;
right : 0px;
top : 0px;
}
article
{
border-radius : 25px / 25px ;
display: inline-block;
padding : 17px 27px 27px 27px;
position : absolute;
left : 0px;
top : 170px;
box-shadow : 9px 9px 12px black;
background-image : url("6Eclair1.jpg");
}
article p, article h2
{
font-family : calibri, Arial, serif;
text-align : center;
}
nav
{
position : relative;
left : 200px;
top : -855px;
z-index : 1;
}
h1
{
position : absolute;
left : 750px;
top : 110px;
z-index: 1;
}
a
{
color : black;
text-decoration : none;
}
article h2
{
text-decoration : underline;
}
#Bienvenue
{
font-family : GrilledCheese BTN Wide Blk,Nightclub BTN, calibri, Arial,Serif;
position : relative;
left : 280px;
bottom :1293px;
}
#jack
{
position : relative;
left :60px;
top : -1045px;
}
#presentation
{
display : inline-block;
position : relative;
left :210px;
bottom: 1300px;
}
#msg
{
position : relative;
left : 520px;
bottom :1300px;
font-family: Year supply of fairy cakes , Nightclub BTN, calibri, Arial, Serif;
}
#fleche
{
position : relative;
left : 950px;
bottom : 1655px;
}
#mark
{
display : inline-block;
position : absolute;
left :25px;
bottom : -180px;
border : 5px black solid;
border-radius : 15px / 15px;
box-shadow : 3px 3px 3px black;
padding : 0px 0px 0px 0px;
margin : 0px 0px -5px -5px;
}
a:hover
{
color : rgb(69,239,222);
}
diap
{
width : 50px;
position : relative;
left: 1030px;
top: -200px;
}
separ
{
position : relative;
left : -40px;
bottom : 1100px;
}
mail a
{
z-index : 1;
font-family : Year supply of fairy cakes , Nightclub BTN, calibri, Arial, Serif;
position : relative;
left : 15px;
top : -1200px;
}
webm p
{
position: relative;
left : 15px;
top : -1200px;
font-family : Serif;
font-weight : bold;
}
site a
{
text-align : left;
font-family : Arial, Serif;
display : block;
position : relative;
left : 2px;
bottom : 1380px;
text-decoration : underline;
border : 2px black solid;
border-radius : 7px / 7px;
box-shadow : 7px 7px 7px black;
padding : 2px;
margin-right : 1050px;
margin-bottom : -8px;
}
site p
{
position : relative;
left : 2px;
bottom : 1380px;
display : block;
font-family : Year supply of fairy cakes, serif;
font-size : 15px;
}