/ Code Css overflow-x | Résultat du code Css overflow-x | Copie d'écran / J'ai vu une erreur dans cette page

Exemple de code de la propriété CSS overflow-x.

<style type="text/css">
.overflow-x-visible{  : visible; margin-bottom:70px }
.overflow-x-hidden{  : hidden }
.overflow-x-scroll{  : scroll }
.overflow-x-auto{  : auto }

.defaut{ 
 width : 150px; 
 height : 100px; 
 margin-bottom : 20px; 
 border : 1px solid #666; 
}
.defaut b{
 /* pas de retour à la ligne */
 white-space : nowrap; 
}
</style>
<div class="defaut overflow-x-visible"><b>.identifiant { overflow-x : visible }motmot</b> 
 mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot
</div>
<div class="defaut overflow-x-hidden"><b>.identifiant { overflow-x : hidden }motmot</b> 
 mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot
</div>
<div class="defaut overflow-x-scroll">.identifiant { overflow-x : scroll }</div>
<div class="defaut overflow-x-scroll"><b>.identifiant { overflow-x : scroll }</b>
 mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot
</div>
<div class="defaut overflow-x-auto">.identifiant { overflow-x : auto }</div>
<div class="defaut overflow-x-auto"><b>.identifiant { overflow-x : auto }motmot </b>
 mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot
</div>

Interprétation du code de la propriété overflow-x CSS par votre navigateur.

.identifiant { overflow-x : visible }motmot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot
.identifiant { overflow-x : hidden }motmot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot
.identifiant { overflow-x : scroll }
.identifiant { overflow-x : scroll } mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot
.identifiant { overflow-x : auto }
.identifiant { overflow-x : auto }motmot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot

Interprétation normale du code de la propriété CSS overflow-x (copie d'écran).

copie d'écran de l'affichage de la propriété CSS overflow-x