File: position.html

package info (click to toggle)
liblayout 0.2.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,332 kB
  • sloc: java: 51,125; xml: 138; makefile: 17
file content (38 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
</head>

<body>
ada asdasdasd asd ads <br>a asd asd asd adsasd a<br>asd asd asd


<div style="display: inline;border: 1px solid black; width: auto; background-color: red">
Test test
<div>T2</div>
Test
</div>

<div style="border: 1px solid black; padding: 50px">
  ads asda asda sd
  <div style="overflow: visible; position: absolute; top: 50; background-color:yellow; z-index:1">
    A test width<br>
    some asd<br>
    asd lakjwelkr <br>
    alskdfa weir<br>
    <div style="overflow: hidden; position: absolute; top: 10%; left: 10%; right:10%; width: 100%;background-color:green;">
      asdlkfa welkadsfalwwwwwkdfh alsdf adfk s
    </div>
    lk lkj lklk lkjl<br>
    lk kj lkjlkj lk <br>
    l lkjoii lk i l<br>
  </div>
  <div style="z-index:10">
    <div>Inner stacking context?</div>
  </div>
  asd asd asd
</div>
<div>Some more text, and more and more and more </div>
<div>Some more text, and more and more and more </div>
<div>Some more text, and more and more and more </div>
</body>
</html>