mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
412 B
HTML
26 lines
412 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><style>
|
|
div.a {
|
|
-moz-column-count: 2;
|
|
overflow-y: hidden;
|
|
background: yellow;
|
|
}
|
|
div.b {
|
|
background: orange;
|
|
clear: both;
|
|
margin-top: 946982.46874999995cm;
|
|
}
|
|
div.c {
|
|
position: fixed;
|
|
background: red;
|
|
}
|
|
</style></head>
|
|
<body
|
|
><div class="a"><div
|
|
><div class="b"><li></li></div
|
|
><div class="c"></div
|
|
></div></div
|
|
></body>
|
|
</html>
|