Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you select the invisible text and "View Selection Source" in FireFox you'll get the following source:</p> <pre><code>&lt;div class="sub_i_title"&gt; &lt;a href="/questions/" style="float: right; margin-right: 10px;"&gt;更多»»&lt;/a&gt; &lt;h2 style="line-height: 1em; display: block;"&gt;最新的问题&lt;/h2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/div&gt; </code></pre> <p>Could it be that your source has bad whitespace? I estimate that the problem is the following line:</p> <pre><code>"&lt;h2&gt;最新的问题&lt;/h2&gt; " </code></pre> <p>If you Select All on the page, you'll find that under each H2 there is the same amount of white space, and it seems to be covering the first link in each list.</p> <p>In fact, if you save your page and open it in an editor where you can see the ASCII/HEX values for each character, you'll find that the offending whitespace characters are actually <code>A0</code> in HEX, but a normal space is <code>20</code>. Could it be that you have an IME activated and a bad whitespace character was inserted?</p>
    singulars
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    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