Bonjour,

Je vous dérange encore mais j'ai un problème j'ai créé une balise <p> avec du texte mais lorsque que j'affiche la page, la page ne s'adapte pas je ne peut pas scroller pour voir la suite du texte. Avez-vous une petite idée ? Merci d'avance Smiley smile upload/58516-Capturedan.jpg
Yes merci mais j'ai essayé mais ça ne marche pas ! Smiley ohwell

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%;
	}
ah oué, mais en faite non. lol

suis le lien que je t'ai envoyer. ça montre clairement un exemple simple;