mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
20 lines
300 B
HTML
20 lines
300 B
HTML
<html>
|
|
<head><style>
|
|
table {
|
|
width: 10px;
|
|
}
|
|
div.scroll {
|
|
overflow: scroll;
|
|
background: lightgreen;
|
|
}
|
|
</style></head>
|
|
<body>
|
|
<table><tr><td>
|
|
<div class="scroll">
|
|
x xx x xx x xx x xx x xx x xx x xx x
|
|
xxxxxx
|
|
</div>
|
|
</td></tr></table>
|
|
</body>
|
|
</html>
|