Note that there are some explanatory texts on larger screens.

plurals
  1. POLink not working inside of <li>
    primarykey
    data
    text
    <p>I looked at the answers to similar questions, but none provided the help I need; I'm still getting unresponsive links !? To be clearer, by unresponsive links I mean the link does not work; they style exactly as expected.</p> <p>Here's the CSS:</p> <pre><code>#nav3 { padding: 0; margin:15px 15px 0; height:29px; background-repeat: repeat; background-position: left top; } .ddcolortabs { padding: 0; width: 100%; } .ddcolortabs ul { font: normal 13px Arial, Verdana, sans-serif; margin:0 0 0; padding:0; list-style:none; } .ddcolortabs li { display:inline; margin:0 2px 0 0; padding:0; } .ddcolortabs a { float:left; color: #4963AE; background: #B9D6E5 url(../../content/themes/wd/images/tabs/color_tabs_left.png) no-repeat left top; margin:0 6px 0 0; padding:0 0 1px 3px; text-decoration:none; letter-spacing: 1px; font-weight: bold; } .ddcolortabs a.selected { background: #98a5d3 url(../../content/themes/wd/images/tabs/color_tabs_left.png) no-repeat left top; color: #FFF; } .ddcolortabs a span { float:left; display:block; padding: 8px 20px 6px 19px; background: transparent url(../../content/themes/wd/images/tabs/color_tabs_right.png) no-repeat right top; } </code></pre> <p>And here's the html:</p> <pre><code>&lt;div id="nav3"&gt; &lt;div id="colortab2" class="ddcolortabs"&gt; &lt;ul style="margin-left:10px;"&gt; &lt;li&gt;&lt;a href="../MostActive"&gt;&lt;span&gt;Most Active&lt;/span&gt;&lt;/a&gt; &lt;/li&gt; &lt;li&gt;&lt;a href="#" class="selected"&gt;&lt;span&gt;Most Popular&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../MostRecent"&gt;&lt;span&gt;Most Recent&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../BrowseCategories"&gt;&lt;span&gt;Browse Categories&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; </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.
 

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