<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1045204" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1045204</link>
    <description></description>
    <language>en</language>
          <item>
    <title>The fix was:
Under #tabbar in</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1246887</link>
    <description> &lt;p&gt;The fix was:&lt;/p&gt;
&lt;p&gt;Under #tabbar in the css added:&lt;/p&gt;
&lt;p&gt;*background: url(&quot;&quot;) repeat-x bottom; /*IE only hack*/&lt;br /&gt;
margin-bottom:-1px;&lt;br /&gt;
*margin-bottom:-30px; /*IE only hack*/ &lt;/p&gt;
&lt;p&gt;In the head of my master page added (in angle brackets):&lt;/p&gt;
&lt;p&gt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE7&quot; /&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Jan 2010 20:49:53 +0000</pubDate>
 <dc:creator>kokomokola</dc:creator>
 <guid isPermaLink="false">comment 1246887 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>good you got it solved, do</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1245954</link>
    <description> &lt;p&gt;good you got it solved, do share with the community how u solved it! &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>Wed, 25 Nov 2009 11:50:55 +0000</pubDate>
 <dc:creator>msolution</dc:creator>
 <guid isPermaLink="false">comment 1245954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for all the help! The</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1245817</link>
    <description> &lt;p&gt;Thanks for all the help! The problem is solved now&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Nov 2009 21:30:49 +0000</pubDate>
 <dc:creator>kokomokola</dc:creator>
 <guid isPermaLink="false">comment 1245817 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Okay. I had time to fire up</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1245806</link>
    <description> &lt;p&gt;Okay. I had time to fire up Windows, download your files, and put the HTML through Tidy to correct the markup. Looking at the result in IE 8 and side-by-side with IE 6, and IE 8 in &quot;standards&quot; and &quot;compatibility&quot; modes, I can see that they all look identical.&lt;/p&gt;
&lt;p&gt;The tidied code for #tabbar now looks like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;tabbar&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div style=&amp;quot;margin-left: 2em&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;pnlLive&amp;quot; class=&amp;quot;tabitemLSel&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a id=&amp;quot;cmdLive&amp;quot; class=&amp;quot;tabitemRSel&amp;quot; href=&amp;quot;javascript:__doPostBack(&amp;#039;cmdLive&amp;#039;,&amp;#039;&amp;#039;)&amp;quot;&amp;gt;Live Questions&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;pnlSubmit&amp;quot; class=&amp;quot;tabitemL&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a id=&amp;quot;cmdSubmit&amp;quot; class=&amp;quot;tabitemR&amp;quot; href=&amp;quot;javascript:__doPostBack(&amp;#039;cmdSubmit&amp;#039;,&amp;#039;&amp;#039;)&amp;quot;&amp;gt;Ask a Question&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;pnlAns&amp;quot; class=&amp;quot;tabitemL&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a id=&amp;quot;cmdAns&amp;quot; class=&amp;quot;tabitemR&amp;quot; href=&amp;quot;javascript:__doPostBack(&amp;#039;cmdAns&amp;#039;,&amp;#039;&amp;#039;)&amp;quot;&amp;gt;Answered Questions&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Nov 2009 23:05:44 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1245806 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Sorry about the delay- I&#039;m</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1245804</link>
    <description> &lt;p&gt;Sorry about the delay- I&#039;m having software problems of my own.&lt;/p&gt;
&lt;p&gt;I&#039;ll look at your example again soon. In the meantime, you may like to fix the markup errors:&lt;br /&gt;
&lt;a href=&quot;http://validator.w3.org/check?verbose=1&amp;amp;uri=http%3A%2F%2Faspspider.ws%2Fkokomokola%2Fdefault.aspx&quot;&gt;W3C Validator results&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Nov 2009 21:14:46 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1245804 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>There is now an example site</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1245762</link>
    <description> &lt;p&gt;There is now an example site to view - &lt;a href=&quot;http://aspspider.ws/kokomokola/default.aspx&quot; title=&quot;http://aspspider.ws/kokomokola/default.aspx&quot;&gt;http://aspspider.ws/kokomokola/default.aspx&lt;/a&gt;&lt;br /&gt;
Thanks!&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Nov 2009 22:51:15 +0000</pubDate>
 <dc:creator>kokomokola</dc:creator>
 <guid isPermaLink="false">comment 1245762 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Its being developed on a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1245638</link>
    <description> &lt;p&gt;Its being developed on a test server that can&#039;t be accessed outside of campus. I&#039;ll try to get it on another site as soon as I can.&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 Nov 2009 23:08:59 +0000</pubDate>
 <dc:creator>kokomokola</dc:creator>
 <guid isPermaLink="false">comment 1245638 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Do you have a link to a real</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tab-challenge-ie#comment-1245610</link>
    <description> &lt;p&gt;Do you have a link to a real Web page?&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Nov 2009 18:58:21 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1245610 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
