<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043742" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043742</link>
    <description></description>
    <language>en</language>
          <item>
    <title>But its work fine for me I</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/browser-compatibility-help#comment-1241004</link>
    <description> &lt;p&gt;But its work fine for me I have checked your site in all types of web browsers but i don&#039;t find any problem with it its working perfectly with Mozilla firefox,Netscape navigator,IE,Chrome,Opera,Safari etc...there is no misalignment problem but your site is very slow you have given a demo page with very less text still its loading very slowly in comparison to other big dynamic sites so work on this issue otherwise everything is fine.&lt;br /&gt;
Thanks.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Apr 2009 14:23:27 +0000</pubDate>
 <dc:creator>articlemaster</dc:creator>
 <guid isPermaLink="false">comment 1241004 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The (inner) table class</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/browser-compatibility-help#comment-1240982</link>
    <description> &lt;p&gt;The (inner) table class doesn&#039;t have any CSS defined for the table itself. So adding something such as this in the &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; will give you alignment options:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.menu{&lt;br /&gt;margin-left: 20px;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Not sure what you want to do with it, but the above code will give it a left margin, you can change the 20px to whatever you want.&lt;br /&gt;
If you wanted the menu to be aligned centrally you will have to use auto margins.&lt;/p&gt;
&lt;p&gt;Or as the entire menu inner table is in an outer table cell (TD) you can just centre align the text on the entire outer table TD:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;td align=&amp;quot;left&amp;quot; style=&amp;quot;text-align: center; background: rgb(255, 153, 0) &lt;br /&gt;none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; &lt;br /&gt;-moz-background-origin: -moz-initial; -moz-background-inline-policy: &lt;br /&gt;-moz-initial;&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;That is your original code with text-align: center; added to the inline CSS style. It just aligns text centrally in the table cell. It worked in firefox leaving the align=&quot;left&quot;, might not work as well in other browsers - I don&#039;t use tables often so don&#039;t know how they behave in general really.&lt;/p&gt;
&lt;p&gt;Or you could remove the inline CSS style declarations from the following code (the inner table):&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;From this:&lt;br /&gt;&amp;lt;table height=&amp;quot;35&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; &lt;br /&gt;align=&amp;quot;center&amp;quot; meta=&amp;quot;menu&amp;quot; metaid=&amp;quot;able2design2&amp;quot; &lt;br /&gt;style=&amp;quot;display: inline; border-collapse: collapse;&amp;quot; class=&amp;quot;menu&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;To this:&lt;br /&gt;&amp;lt;table height=&amp;quot;35&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;meta=&amp;quot;menu&amp;quot; metaid=&amp;quot;able2design2&amp;quot; class=&amp;quot;menu&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
And add the CSS to the class in the CSS in the &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt;:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.menu {&lt;br /&gt;margin: 0px auto 0px auto;&lt;br /&gt;border-collapse: collapse;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You will have to leave out &lt;code&gt;display: inline;&lt;/code&gt; to get this to work.&lt;br /&gt;
You already have a class for the table anyway class=&quot;menu&quot; - so not sure why you have a class called in the document &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; then also have inline style for it as well. Just use the &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; for everything (unless it&#039;s from PHP of course).&lt;/p&gt;
&lt;p&gt;Not sure what you mean by &quot;The footers are stretched out slightly&quot;. The footer appears to be the same length as the top nav menu orange background in my Firefox.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Apr 2009 09:21:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1240982 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
