Note that there are some explanatory texts on larger screens.

plurals
  1. POlist displaying slightly off centered
    primarykey
    data
    text
    <p>I can't seem to figure out why my list is displaying slightly off center. I have some text below it in the same container that is 100% centered but the list seems to be padded slightly form the left. I am a novice at CSS, so perhaps someone can point where I've gone wrong. Much appreciated!</p> <p>Here is the HTML</p> <pre><code>&lt;div id="footer_menu"&gt; &lt;ul id="navlist"&gt; &lt;li&gt;&lt;a href="#"&gt;HOME&lt;/a&gt;&lt;/li&gt; &lt;li&gt;|&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;ABOUT&lt;/a&gt;&lt;/li&gt; &lt;li&gt;|&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;ARCHIVE&lt;/a&gt;&lt;/li&gt; &lt;li&gt;|&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;GET INVOLVED&lt;/a&gt;&lt;/li&gt; &lt;li&gt;|&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;BLOG&lt;/a&gt;&lt;/li&gt; &lt;li&gt;|&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;CONTACT&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;font style="font-family:Arial, Helvetica, sans-serif; font-size:10px"&gt;ALL CONTENT PRODUCED BY &lt;img src="images/dblzerofilms.jpg" width="190" height="13" /&gt; COPYRIGHT 2011&lt;/font&gt; &lt;/div&gt; </code></pre> <p>here is the CSS</p> <pre><code>#footer_menu{ position: relative; height: 75px; width: 1023px; bottom: 150px; margin-right: auto; margin-left: auto; text-align: center; font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #000; } #footer { height:75px; width:1024px; background-image: url(images/footer_img.jpg); position: relative; bottom: 0px; } #navlist li { display: inline; list-style-type: none; padding-right: 5px; font-size: 11px; } #navlist li a { font-family: Arial, Helvetica, sans-serif; color: #000; text-decoration: none; font-weight: lighter; font-size: 11px; } </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.
 

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