<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030246" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030246</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-menu-justification-ieopera-vs-mozilla#comment-1176103</link>
    <description> &lt;p&gt;Your screenshot shows the &quot;After&quot; page, your link directs us to the before page...&lt;br /&gt;
maybe thats why I see the same in opera and ff/netscape&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Aug 2005 18:05:47 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1176103 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-menu-justification-ieopera-vs-mozilla#comment-1176090</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Renegade wrote:&lt;/strong&gt;&lt;br /&gt;
Those are HTMl comments, what you want to use are CSS comments:&lt;/p&gt;
&lt;p&gt;It might not be the solution, but, who knows.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I did try this and it did not work, but thanks for pointing this out.  I just learned something new here!&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Aug 2005 13:48:19 +0000</pubDate>
 <dc:creator>tstach</dc:creator>
 <guid isPermaLink="false">comment 1176090 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-menu-justification-ieopera-vs-mozilla#comment-1176089</link>
    <description> &lt;p&gt;I&#039;m trying to attach the pic of the menus.  Hopefully, this will work.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.webmaster-forums.net/attachment.php?attachmentid=122&amp;amp;stc=1&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Aug 2005 13:46:14 +0000</pubDate>
 <dc:creator>tstach</dc:creator>
 <guid isPermaLink="false">comment 1176089 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-menu-justification-ieopera-vs-mozilla#comment-1176088</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;chicgeek wrote:&lt;/strong&gt; In a FF/IE comparison the only difference I could see is the vertical spacing between each navigational entry. The text-alignment appears the same. Perhaps post a screenshot of your desired appearance?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I have attached a screenshot of the menu shown in Netscape and Opera.  The way it is displayed in Netscape is the same way it is displayed in Firefox.  The way it is displayed in Opera is similar to IE.  IE seems to resize it a little larger.&lt;/p&gt;
&lt;p&gt;I would like to display the menu the way it is shown in Opera.  &lt;/p&gt;
&lt;p&gt;For some reason, the text seems to left justify on the buttons and the whole menu is narrower.&lt;/p&gt;
&lt;p&gt;Once again, thanks for all help on this.&lt;/p&gt;
&lt;p&gt;Todd&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Aug 2005 13:39:22 +0000</pubDate>
 <dc:creator>tstach</dc:creator>
 <guid isPermaLink="false">comment 1176088 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-menu-justification-ieopera-vs-mozilla#comment-1176084</link>
    <description> &lt;p&gt;No problems seen here too... FF and Opera&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Aug 2005 10:02:25 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1176084 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-menu-justification-ieopera-vs-mozilla#comment-1176075</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!-- Not Used at this time.&lt;br /&gt;#uberlink a:link, #uberlink a:visited,&lt;br /&gt;#uberlink a:hover, #uberlink a:active {&lt;br /&gt;background-color: #999999;&lt;br /&gt;background-image: url();&lt;br /&gt;background-repeat: no-repeat;&lt;br /&gt;background-position: 0% 50%;&lt;br /&gt;color: #2D1E2D;&lt;br /&gt;--&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Those are HTMl comments, what you want to use are CSS comments:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;/* Not Used at this time.&lt;br /&gt;#uberlink a:link, #uberlink a:visited,&lt;br /&gt;#uberlink a:hover, #uberlink a:active {&lt;br /&gt;background-color: #999999;&lt;br /&gt;background-image: url();&lt;br /&gt;background-repeat: no-repeat;&lt;br /&gt;background-position: 0% 50%;&lt;br /&gt;color: #2D1E2D;&lt;br /&gt;*/&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;It might not be the solution, but, who knows.&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Aug 2005 06:21:17 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1176075 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-menu-justification-ieopera-vs-mozilla#comment-1176074</link>
    <description> &lt;p&gt;In a FF/IE comparison the only difference I could see is the vertical spacing between each navigational entry. The text-alignment appears the same. Perhaps post a screenshot of your desired appearance?&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Aug 2005 04:23:56 +0000</pubDate>
 <dc:creator>chicgeek</dc:creator>
 <guid isPermaLink="false">comment 1176074 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
