<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Very high on the entertainment value scale... In style.css, try:<br>
    <br>
    body { -webkit-column-count: 2 }<br>
    <br>
    This gives windows that no longer scroll vertically.&nbsp; The window is
    rendered as 2 columns, scrolling horizontally, like a 2-column
    Bible, which is the effect I was looking for, though I didn't expect
    the whole result to be "2 columns at a time" on a horizontal basis.&nbsp;
    It's rather like turning a page in a dead tree Bible.<br>
    <br>
    Some wider generality in the CSS would be necessary, because the
    above works only because Xiphos is webkit-based.&nbsp; There are details
    to be found on the web for handling other renderers.<br>
    <br>
    Images would be a problem, because image resize is pane-based, not
    CSS-column-based.<br>
    <br>
    From discussion in #xiphos today, there is some re-work to be done
    over last night's initial cut.&nbsp; But the capability is now there and
    can be put to good effect.<br>
  </body>
</html>