18034 sujets
Questions générales et questions de débutants
Yes merci mais j'ai essayé mais ça ne marche pas !
Modifié par GNSVL74 (24 Apr 2015 - 14:57)
body, input, select, textarea {
overflow:scroll;
color: white;
font-family:Verdana, Geneva, sans-serif;
font-size: 15pt;
font-weight: 300 !important;
letter-spacing: -0.025em;
line-height: 1.75em;
}
body {
background: white;
overflow:scroll;
}
body.loading * {
-moz-animation: none !important;
-webkit-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
Modifié par GNSVL74 (24 Apr 2015 - 14:57)
Sachant que mon contenu est dans la div HEADER. Il faut pas régler quelque chose ici ?
#header {
-moz-animation: header 1s 2.25s forwards;
-webkit-animation: header 1s 2.25s forwards;
-o-animation: header 1s 2.25s forwards;
-ms-animation: header 1s 2.25s forwards;
animation: header 1s 2.25s forwards;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
cursor: default;
display: inline-block;
opacity: 0;
position: relative;
text-align: center;
top: -1em;
vertical-align: middle;
width: 90%;
}
Serai-t il possible que tu mette tout sur jsfiddle, ou pastebin stp ? cela nous permettrait de faire des tests
Ici tu a un exemple très simple : http://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow
Modifié par JENCAL (24 Apr 2015 - 15:06)
Ici tu a un exemple très simple : http://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow
Modifié par JENCAL (24 Apr 2015 - 15:06)
Voici le lien : https://jsfiddle.net/4qfhujtp/1/
Par contre je sais pas si c'est juste car c'est la première fois que j'utilise se site
Modifié par GNSVL74 (24 Apr 2015 - 15:12)
Par contre je sais pas si c'est juste car c'est la première fois que j'utilise se site
Modifié par GNSVL74 (24 Apr 2015 - 15:12)
tout est possible !
ce lien est très pratique aussi
http://www.alsacreations.com/tuto/lire/1038-gerer-debordement-contenu-et-cesures-css.html
Modifié par JENCAL (24 Apr 2015 - 15:40)
ce lien est très pratique aussi
http://www.alsacreations.com/tuto/lire/1038-gerer-debordement-contenu-et-cesures-css.html
Modifié par JENCAL (24 Apr 2015 - 15:40)