OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>MultiColumn: Content in normal flow that extends into column gaps
is clipped in middle of column gap</title> | 4 <title>MultiColumn: Content in normal flow that extends into column gaps
is clipped in middle of column gap</title> |
5 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#overflow-insi
de-multicol-elements"/> | 5 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#overflow-insi
de-multicol-elements"/> |
6 <style> | 6 <style> |
7 #parent | 7 #parent |
8 { | 8 { |
9 font: 20px/1 monospace; | 9 font: 20px/1 monospace; |
10 position: relative; | 10 position: relative; |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 <div style="width:5.5em;"></div> | 52 <div style="width:5.5em;"></div> |
53 <div id="right" style="width:5em;"></div> | 53 <div id="right" style="width:5em;"></div> |
54 </div> | 54 </div> |
55 <div id="multicolumn"> | 55 <div id="multicolumn"> |
56 <div style="width:5.5em;"></div> | 56 <div style="width:5.5em;"></div> |
57 <div style="width:5em;"></div> | 57 <div style="width:5em;"></div> |
58 </div> | 58 </div> |
59 </div> | 59 </div> |
60 </body> | 60 </body> |
61 </html> | 61 </html> |
OLD | NEW |