1506204.html (205B)
1 <head id="a"> 2 <style> 3 * { 4 column-count: 1 5 } 6 .x { 7 position: fixed; 8 column-span: all; 9 } 10 </style> 11 <script> 12 function go() { 13 a.appendChild(b); 14 } 15 </script> 16 <body onload=go()> 17 <ol id="b" class="x">A</ol>