We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04a4f7 commit d7feafdCopy full SHA for d7feafd
1 file changed
css3-gcpm/Overview.html
@@ -3273,9 +3273,10 @@ <h3 id=the-float-offset-property><span class=secno>14.4. </span>The
3273
<p>Percentage values refer to the width/height of the float plus a
3274
fraction of the column gap.
3275
3276
+ <p>Floats that are moved into other columns with this property intrudes.
3277
+
3278
<div class=example>
3279
<pre>img {
- column-gap: 1em;
3280
float: top right;
3281
float-offset: -50% 3em;
3282
width: 120%;
@@ -3287,8 +3288,8 @@ <h3 id=the-float-offset-property><span class=secno>14.4. </span>The
3287
3288
<pre>
3289
img {
3290
- width: 100%;
3291
float-offset: -80% 2em;
3292
+ width: 100%;
3293
}
3294
</pre>
3295
<img src=12.png></div>
0 commit comments