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