Note that there are some explanatory texts on larger screens.

plurals
  1. POcss problems with ul list
    primarykey
    data
    text
    <p>I am trying to get the last li in my ul list not to show a border. I do want the borders in between everything else. I just want small lines as dividers in between my list. Here is my code:</p> <p>CSS</p> <pre><code> #navcontainer ul li { display: inline; border-right:1px solid #5C5C5C; margin-left: -12px; } #navcontainer ul .last li{ display: inline; border-right:0; margin-left: -12px; } #navcontainer ul li a{ text-decoration: none; padding: .2em 1em; color: #5C5C5C; } </code></pre> <p>html</p> <pre><code>&lt;ul class="qa-list"&gt; &lt;li&gt; &lt;a href="#rewards" title="Rewards"&gt;Rewards Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#logging" title="Logging In"&gt;Logging In Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#uploading" title="Uploading Photo"&gt;Uploading Photo Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#enter" title="Entering Supporter Email"&gt;Entering Supporter Email Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#fb" title="Sharing on Facebook"&gt;Sharing on Facebook Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#letter" title="Printing Donation Letter"&gt;Printing Donation Letter Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#tracking" title="Tracking Donations"&gt;Tracking Donations Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#privacy" title="Privacy"&gt;Privacy Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#gift" title="Supporter "Thank You" Gift"&gt;Supporter "Thank You" Gift Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#rog" title="About Reaching Our Goal"&gt;About Reaching Our Goal Questions&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#contact" title="Contact Information Questions"&gt;Contact Information Questions&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre> <p>Can anyone help? Thanks!</p>
    singulars
    1. This table or related slice is empty.
    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. 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