<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036864" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036864</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-centering#comment-1211859</link>
    <description> &lt;p&gt;You seem to have absolute and relative positioning mixed together, try switching all to relative. Also, this isn&#039;t just a simple &quot;add that and it will work&quot; type solution. You&#039;ll have to play around a bit more with your positioning, especially since you have a lot of floats.&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Dec 2006 07:03:52 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1211859 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-centering#comment-1211852</link>
    <description> &lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;I tried that but that seemed to throw the whole page off.  Take a look..&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dreamland.tcs.tulane.edu/~testlib/index.html&quot; class=&quot;bb-url&quot;&gt;http://dreamland.tcs.tulane.edu/~testlib/index.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Dec 2006 02:58:11 +0000</pubDate>
 <dc:creator>cboudy</dc:creator>
 <guid isPermaLink="false">comment 1211852 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-centering#comment-1211846</link>
    <description> &lt;p&gt;You&#039;re using pixels to position the menu, that doesn&#039;t really work when you want it centered because the amount of pixels can change from monitor to monitor. You need to wrap the navigation in a new  with it styled like:&lt;/p&gt;
&lt;p&gt;#new-navigation-wrapper {&lt;br /&gt;
margin:auto&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;and change &lt;/p&gt;
&lt;p&gt;#navMenu {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	left:125px;&lt;br /&gt;
	top:164px;&lt;br /&gt;
	font:0.8em Arial, Tahoma, Verdana;&lt;br /&gt;
	line-height:normal;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;to &lt;/p&gt;
&lt;p&gt;#navMenu {&lt;br /&gt;
	font:0.8em Arial, Tahoma, Verdana;&lt;br /&gt;
	line-height:normal;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;I think that will fix your problem. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Dec 2006 23:34:43 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1211846 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
