blob: d9b1214a4b26968701dfafbc335ee56aabd07989 (
plain)
1
2
|
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/abspos-containing-block-initial-005b.htm */
.style { position:absolute; width:100px; height:100px; display:table; background:yellow; border:10px solid black; }
|