left-offset-position-fixed-001 |
= |
|
left:auto offset of position:fixed box in a position:relative containing block
- The 'left' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.
|
right-offset-position-fixed-001 |
= |
|
right:auto offset of position:fixed box in an RTL position:relative containing block
- The 'right' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.
|