mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
451 B
HTML
14 lines
451 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<style>div.col { -moz-column-count:2; -moz-column-gap:2em }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="col" style="position: absolute; left: 100px; top: 400px; width: 200px; padding:30px; border:1px solid black;">
|
|
This text is in a positioned box with columns, without scrollbars.
|
|
<div style="position: absolute; bottom:0; left:0;">BL</div>
|
|
</div>
|
|
</body>
|
|
</html>
|