Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Tried to get this working here: <a href="http://jsfiddle.net/bemace/Kg2Ag/4/" rel="nofollow">http://jsfiddle.net/bemace/Kg2Ag/4/</a> but it's a mess.</p> <p>This seems like a much saner approach: (demo'd at <a href="http://jsfiddle.net/bemace/DBQFW/" rel="nofollow">http://jsfiddle.net/bemace/DBQFW/</a>)</p> <pre><code>&lt;ul class="code"&gt; &lt;li&gt;THIS IS PAGE 01. LINE 01.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 02.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 03.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 04.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 05.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 06.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 07.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 08.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 09.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 10.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 11.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 12.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 13.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 14.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 15.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 16.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 17.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 18.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 19.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 20.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 21.&lt;/li&gt; &lt;li&gt;THIS IS PAGE 01. LINE 22.&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>CSS:</p> <pre><code>ul.code { border: solid red 1px; padding: 0px; margin: 0px; } .code li { font-size: 8pt; font-family: "courier"; padding-left: 1px; } .code li:hover { background-color: #F7FA81; } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload