<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[KillerSites.com Web Design Forums - Menu cannot be in center]]></title>
		<link>http://www.killersites.com/forums/topic/2255/menu-cannot-be-in-center/</link>
		<description><![CDATA[The most recent posts in Menu cannot be in center.]]></description>
		<lastBuildDate>Mon, 05 Oct 2009 14:38:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Menu cannot be in center]]></title>
			<link>http://www.killersites.com/forums/post/11218/#p11218</link>
			<description><![CDATA[<p>It&#039;s all in the head.</p>]]></description>
			<author><![CDATA[dummy@example.com (Eric)]]></author>
			<pubDate>Mon, 05 Oct 2009 14:38:44 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/11218/#p11218</guid>
		</item>
		<item>
			<title><![CDATA[Re: Menu cannot be in center]]></title>
			<link>http://www.killersites.com/forums/post/11215/#p11215</link>
			<description><![CDATA[<p>am i being stupid? i cant get to the actual steps of how to center the menu on the above cssplay link</p>]]></description>
			<author><![CDATA[dummy@example.com (ll87)]]></author>
			<pubDate>Mon, 05 Oct 2009 14:17:07 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/11215/#p11215</guid>
		</item>
		<item>
			<title><![CDATA[Re: Menu cannot be in center]]></title>
			<link>http://www.killersites.com/forums/post/11213/#p11213</link>
			<description><![CDATA[<p><a href="http://www.cssplay.co.uk/menus/centering.html" rel="nofollow">http://www.cssplay.co.uk/menus/centering.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (jlhaslip)]]></author>
			<pubDate>Mon, 05 Oct 2009 13:21:32 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/11213/#p11213</guid>
		</item>
		<item>
			<title><![CDATA[Re: Menu cannot be in center]]></title>
			<link>http://www.killersites.com/forums/post/11210/#p11210</link>
			<description><![CDATA[<p>It centers if you put a div around it all, give it a width and add a &#039;margin: 0 center;} to that division.</p><p>I tried adding the same to .hormenu ul and that didn&#039;t make it center - I&#039;m not sure why - seems to me it should have the same effect, but didn&#039;t.</p><p>But also, you should use a HTML strict doctype, your body CSS could just be written as </p><div class="codebox"><pre><code>body { margin:0;}</code></pre></div><p> - when it&#039;s zero, it does not need a unit, zero is zero.&nbsp; and in your hover css, you only need to repeat the parts that change.</p>]]></description>
			<author><![CDATA[dummy@example.com (Andrea)]]></author>
			<pubDate>Mon, 05 Oct 2009 10:55:27 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/11210/#p11210</guid>
		</item>
		<item>
			<title><![CDATA[Menu cannot be in center]]></title>
			<link>http://www.killersites.com/forums/post/11200/#p11200</link>
			<description><![CDATA[<p>Hi <br />I have a CSS UL list menu<br />But I cannot make it in center.<br />It can be at right of the page or at left but not in center.</p><p>My code is:</p><div class="codebox"><pre><code>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt; 
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt; 
&lt;head&gt; 
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt; 
&lt;title&gt;CSS Horizantal DropDown Menu&lt;/title&gt; 
&lt;style type=&quot;text/css&quot;&gt; 
&lt;!--
.hormenu {
    list-style-type: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 90%;
    display: inline;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.hormenu  li a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 7px;
    background-color: #016F70;
    color: #FFFFCC;
    text-align: center;
    float: left;
}
.hormenu  li a:hover {
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 7px;
    background-color: #FFCC4A;
    color: #006464;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
--&gt;
&lt;/style&gt; 
&lt;/head&gt; 
 
&lt;body&gt; 
    &lt;ul class=&quot;hormenu&quot;&gt; 
        &lt;li&gt; &lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
                      &lt;li&gt;&lt;a href=&quot;#&quot;&gt; About us &lt;/a&gt;&lt;/li&gt; 
             &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Downloads&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Photos Gallery&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact us&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt; 
&lt;/body&gt; 
&lt;/html&gt;</code></pre></div><p>Am I missing or code?</p>]]></description>
			<author><![CDATA[dummy@example.com (fazlionline)]]></author>
			<pubDate>Mon, 05 Oct 2009 05:48:37 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/11200/#p11200</guid>
		</item>
	</channel>
</rss>
