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