<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042920" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042920</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I tried the width=&quot;99%&quot; and</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/mac-ie-5-and-ie-7-issues#comment-1237726</link>
    <description> &lt;p&gt;I tried the width=&quot;99%&quot; and also width=&quot;500&quot; with no luck.  Today I am seeing it on IE 6; don&#039;t think I saw this version before.  My PC laptop is out of town and this one has an older version.  On IE 6 my tabs spill over into the background.  Not so pretty.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Jan 2009 19:07:53 +0000</pubDate>
 <dc:creator>lwolfe98</dc:creator>
 <guid isPermaLink="false">comment 1237726 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>This forum is awesome!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/mac-ie-5-and-ie-7-issues#comment-1237725</link>
    <description> &lt;p&gt;This forum is awesome!  Thanks so much for the help.  I am going to try to change my table width for IE 7 and let you know...&lt;/p&gt;
&lt;p&gt;I got roped into this volunteer job and inherited this website. And obviously, I am a novice at it.  But it&#039;s fun and I am learning.  And I too have a poodle.  Who knew!? &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>Sat, 31 Jan 2009 18:25:35 +0000</pubDate>
 <dc:creator>lwolfe98</dc:creator>
 <guid isPermaLink="false">comment 1237725 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I know what you mean about</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/mac-ie-5-and-ie-7-issues#comment-1237724</link>
    <description> &lt;p&gt;I know what you mean about IE 5 for mac.  When FF is out there, why use IE anyway? I don&#039;t.  I primarily use a mac at home but have a PC laptop and use a PC at work. I am mainly concerned with the IE 7 on PC issue, but thought I might be able to solve the other as well.  So thanks for the tip!&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Jan 2009 18:21:40 +0000</pubDate>
 <dc:creator>lwolfe98</dc:creator>
 <guid isPermaLink="false">comment 1237724 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi lwolfe!
Welcome to TWF!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/mac-ie-5-and-ie-7-issues#comment-1237721</link>
    <description> &lt;p&gt;Hi lwolfe!&lt;/p&gt;
&lt;p&gt;Welcome to TWF! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I think you can safely ignore IE5 issues at this point, the user base is essentially nil &lt;a href=&quot;http://www.w3schools.com/browsers/browsers_stats.asp&quot; title=&quot;http://www.w3schools.com/browsers/browsers_stats.asp&quot;&gt;http://www.w3schools.com/browsers/browsers_stats.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sorry, I don&#039;t have a Mac &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;(but I do have two poodles! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt; )&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Jan 2009 17:00:20 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237721 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>For the Mac IE 5, I think</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/mac-ie-5-and-ie-7-issues#comment-1237720</link>
    <description> &lt;p&gt;For the Mac IE 5, I think this is caused by the links being wraped in a paragraph tag. Have you tried doing this as a list?&lt;/p&gt;
&lt;p&gt;Honestly I don&#039;t know why you would be so worried about IE 5 at all, it is almost completely obsolete, firefox is available (version 2) for os X 10.2 and above. Firefox 3 for 10.4 and above.&lt;/p&gt;
&lt;p&gt;For IE 7 doing that, you might have the total width at 100% if you are using a fluid design. I know IE has some issues with that. If the total is 99% it should work.&lt;/p&gt;
&lt;p&gt;The basics of setting up a list menu would be like this.&lt;/p&gt;
&lt;p&gt;HTML Code&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;ul class=&amp;quot;nav&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;Navigation&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://your link here&amp;quot; title=&amp;quot;hover text&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://link&amp;quot; title=&amp;quot;Link&amp;quot;&amp;gt;Link 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;etc. etc.&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;CSS code&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.nav {&lt;br /&gt;	list-style:none;&lt;br /&gt;}&lt;br /&gt;.nav p {&lt;br /&gt;	border:1px solid #000;&lt;br /&gt;	color:#000000;&lt;br /&gt;}&lt;br /&gt;.nav li a {&lt;br /&gt;	color:#111111;&lt;br /&gt;	text-decoration:none;&lt;br /&gt;}&lt;br /&gt;.nav li a:hover {&lt;br /&gt;	color:#44aa22;&lt;br /&gt;	text-decoration:underline;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps, &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>Sat, 31 Jan 2009 16:57:13 +0000</pubDate>
 <dc:creator>cmoyer</dc:creator>
 <guid isPermaLink="false">comment 1237720 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
