Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
div.example {
background-color: #1c87c9;
color: #fff;
width: 40px;
overflow-x: scroll;
}
</style>
</head>
<body>
<h2>Exemple de la propriété overflow-x</h2>
<h3>Overflow-x: scroll</h3>
<div class="example">Le Lorem Ipsum est simplement du faux texte employé dans la composition et la mise en page avant impression.</div>
</body>
</html>