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