<!
DOCTYPE HTML >
<!--
Any copyright is dedicated to the Public Domain .
http : / / creativecommons . org / publicdomain / zero / 1 . 0 /
-->
<
html ><
head >
<
title >CSS Test: Testing basic placement and layout of abs.pos. grid items</
title >
<
link rel=
"author" title =
"Mats Palmgren" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1107783 " >
<
link rel=
"help" href=
"http://dev.w3.org/csswg/css-grid/#abspos-items " >
<
meta charset=
"utf-8" >
<
style type=
"text/css" >
body ,
html { color:black; background:white;
font -size:
16 px; padding:
0 ; margin:
0 ; }
.grid {
/*display: grid;*/
position: relative;
top:
2 px; left:
1 px;
border:
1 px solid;
grid-auto-flow: row;
grid-auto-columns:
23 px;
grid-auto-rows:
7 px;
padding:
17 px
7 px
11 px
13 px;
width:
100 px;
height:
60 px;
}
.zero-size { width:
0 ; height:
0 ; }
.auto-size { width:auto; height:
0 px; }
.a {
position: absolute;
left:
13 px; top:
31 px;
height:
12 px; width:
44 px;
background: blue;
}
.abs {
position: absolute;
opacity:
0 .
7 ;
width:
21 px;
height:
15 px;
}
.b {
left:
1 px; top:
3 px; bottom:
1 px;
width:
28 px; height: auto;
}
.c {
right:
5 px; bottom:
1 px;
width:
112 px; height:
82 px;
}
.d {
left:
1 px; top:
20 px;
width:
5 px; height:
1 px;
}
.e {
right:
5 px; bottom:
1 px;
width:
112 px; height:
51 px;
}
.f {
right:
5 px; top:
3 px;
width:
112 px; height:
11 px;
}
.g {
left:
14 px; top:
27 px;
width:
38 px; height:
1 px;
}
.h {
top:
3 px; left:
1 px; right:
5 px; bottom:
1 px;
width:auto; height:auto;
}
.i, .j {
top:
3 px; left:
1 px; right:
5 px; bottom:
1 px;
border:none;
width:auto; height:auto;
}
span {
background: lime;
border:
1 px solid;
}
</
style >
</
head >
<
body >
<
div style =
"float:left" >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"b abs" >b</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"c abs" >c</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"d abs" >d</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"e abs" >e</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"f abs" >f</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"g abs" >g</
span >
</
div >
</
div ><
div style =
"float:left" >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"b abs" >b</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"c abs" >c</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"d abs" >d</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"e abs" >e</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"f abs" >f</
span >
</
div >
<
div class=
"grid" >
<
span class=
"a" ></
span >
<
span class=
"g abs" >g</
span >
</
div >
</
div ><
div style =
"float:left" >
<
div class=
"grid zero-size" >
<
span class=
"b abs" style =
"width:12px" >b</
span >
</
div >
<
div class=
"grid auto-size" >
<
span class=
"h abs" >h</
span >
</
div >
<
div class=
"grid" style =
"height:7px" >
<
span class=
"i abs" >i</
span >
</
div >
<
div class=
"grid" style =
"height:7px" >
<
span class=
"j abs" >j</
span >
</
div >
<
div class=
"grid" style =
"width:43px; height:53px" >
<
span class=
"abs" style =
"left:1px; top:3px; height:11px; width:5px;" >a</
span >
<
span class=
"abs" style =
"right:5px; top:3px; height:11px; width:42px;" >b</
span >
<
span class=
"abs" style =
"left:1px; bottom:1px; height:58px; width:5px;" >c</
span >
<
span class=
"abs" style =
"right:5px; bottom:1px; height:58px; width:42px;" >d</
span >
</
div >
</
div >
</
body >
</
html >
Messung V0.5 in Prozent C=94 H=92 G=92
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-10)
¤
*© Formatika GbR, Deutschland