<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.windows.inetexplorer.ie6.browser Google Group</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser</link>
  <description>Microsoft Windows newsgroup.</description>
  <language>en</language>
  <item>
  <title>Re: Conditional comments displayed on page</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/6477f894659280fd?show_docid=6477f894659280fd</link>
  <description>
  The bracketed code is intended for IE8 (and above) and all non-IE &lt;br&gt; browsers. If I did what you suggest, non-IE browsers would see the &lt;br&gt; whole thing as a comment. &lt;br&gt; The syntax I used validates and seems to work everywhere I&#39;ve tested. &lt;br&gt; Again, the original problem was the syntax WITHIN the CC; I had &#39;if IE
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/6477f894659280fd?show_docid=6477f894659280fd</guid>
  <author>
  chris_be...@prodigy.net
  (Chris Beall)
  </author>
  <pubDate>Wed, 11 Nov 2009 19:52:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: Conditional comments displayed on page</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/bfbf951d9accfbd4?show_docid=bfbf951d9accfbd4</link>
  <description>
  Hi Chris, &lt;br&gt; Change this &lt;br&gt; &amp;lt;!--[if gt IE 7]&amp;gt;&amp;lt;!--&amp;gt; &lt;br&gt; &amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;div class=&amp;quot;logo&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;!--&amp;lt;![endif]--&amp;gt; &lt;br&gt; to &lt;br&gt; &amp;lt;!--[if gt IE 7]&amp;gt; &lt;br&gt; &amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;div class=&amp;quot;logo&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;![endif]--&amp;gt; &lt;br&gt; Comment: The IE Conditional comments don&#39;t like nested comment tags. Usually &lt;br&gt; you use conditional comments in the head section to call in a different
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/bfbf951d9accfbd4?show_docid=bfbf951d9accfbd4</guid>
  <author>
  iecustomi...@hotmail.com
  (rob^_^)
  </author>
  <pubDate>Wed, 11 Nov 2009 18:46:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Conditional comments displayed on page</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/1bd16c19983e5683?show_docid=1bd16c19983e5683</link>
  <description>
  Um, yes I do see it. 8 errors, one for each conditional statement. &lt;br&gt; Actually I saw it before posting here. The validator doesn&#39;t like the &lt;br&gt; conditional comment syntax. I can&#39;t fix that. &lt;br&gt; But looking at it again (after a good dinner), I notice that the correct &lt;br&gt; syntax is: &lt;br&gt; &amp;lt;![if gt IE 7]&amp;gt; &lt;br&gt; whereas I consistently tried to make it a comparison between IE and the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/1bd16c19983e5683?show_docid=1bd16c19983e5683</guid>
  <author>
  chris_be...@prodigy.net
  (Chris Beall)
  </author>
  <pubDate>Tue, 11 Nov 2009 00:13:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Conditional comments displayed on page</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/cd6e3fe4530358a6?show_docid=cd6e3fe4530358a6</link>
  <description>
  See &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fulsterliteracy.org%2Fsandbox%2F&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/cd6e3fe4530358a6?show_docid=cd6e3fe4530358a6</guid>
  <author>
  pabear...@gmail.com
  (PA Bear [MS MVP])
  </author>
  <pubDate>Mon, 11 Nov 2009 23:17:20 UT
</pubDate>
  </item>
  <item>
  <title>Conditional comments displayed on page</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/f8de185d02d39e7a?show_docid=f8de185d02d39e7a</link>
  <description>
  URL: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ulsterliteracy.org/sandbox/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Conditional comments are used to expose unique HTML for IE 7 and below. &lt;br&gt; As expected, non-IE browsers correctly ignore the conditional comments. &lt;br&gt; IE6, IE7, and IE8 all DISPLAY the conditional comments on the page (and &lt;br&gt; also all select the code bracketed by [if IE lte 7]).
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/5ca88f7723978df7/f8de185d02d39e7a?show_docid=f8de185d02d39e7a</guid>
  <author>
  chris_be...@prodigy.net
  (Chris Beall)
  </author>
  <pubDate>Mon, 11 Nov 2009 22:39:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Application feature works on IE7.0 but not on IE6.0</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/47f47980654057db/15c498c0a0e6ec0a?show_docid=15c498c0a0e6ec0a</link>
  <description>
  [crosspost to IE General &amp;amp; IE6 Browser newsgroups] &lt;br&gt; IE General is the appropriate newsgroup for IE7- and IE8-specific questions. &lt;br&gt; Developer-specific resources: &lt;br&gt; MSDN IE Development Forums &amp;lt;=post such questions here instead &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://social.msdn.microsoft.com/forums/en-US/category/iedevelopment/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; IE Developer Center
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/47f47980654057db/15c498c0a0e6ec0a?show_docid=15c498c0a0e6ec0a</guid>
  <author>
  pabear...@gmail.com
  (PA Bear [MS MVP])
  </author>
  <pubDate>Mon, 11 Nov 2009 19:31:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Application feature works on IE7.0 but not on IE6.0</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/47f47980654057db/5379a0a03e5cb57a?show_docid=5379a0a03e5cb57a</link>
  <description>
  Hi PA, &lt;br&gt; As it was my first post, I was not sure, which one was the best place to &lt;br&gt; post this. Shall take care in the future. &lt;br&gt; Kindly provide inputs/suggestions on the issue. I dont see it answered at &lt;br&gt; any place. &lt;br&gt; Regards, &lt;br&gt; Anisha
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/47f47980654057db/5379a0a03e5cb57a?show_docid=5379a0a03e5cb57a</guid>
  <author>
  kk2...@discussions.microsoft.com
  (kk2202)
  </author>
  <pubDate>Mon, 11 Nov 2009 04:08:03 UT
</pubDate>
  </item>
  <item>
  <title>Introducing Form1™, a quick and tiny web browser from MeAmI™</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/9dd3a8916f01bd68/d66e86570e78c2ae?show_docid=d66e86570e78c2ae</link>
  <description>
  Only 8.5kb compressed and 36kb single file executable. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.meami.org/wb.zip&quot;&gt;[link]&lt;/a&gt;&amp;quot; &lt;br&gt; Copyright 2009 MeAmI.org &amp;quot;Search for the People!&amp;quot;™ &lt;br&gt; P.S. Attention Developers: I need to figure out how to change the &lt;br&gt; homepage setting with this browser (if it is possible), or does my &lt;br&gt; code too closely rely on MIcrosoft integration?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/9dd3a8916f01bd68/d66e86570e78c2ae?show_docid=d66e86570e78c2ae</guid>
  <author>
  scribe...@yahoo.com
  (Musatov)
  </author>
  <pubDate>Sun, 11 Nov 2009 22:32:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: IE 7 ??</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/f7c40e58c2788295?show_docid=f7c40e58c2788295</link>
  <description>
  Thanks, Any other questions will transfer to other group.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/f7c40e58c2788295?show_docid=f7c40e58c2788295</guid>
  <author>
  n...@yahooie.com
  (L.S.)
  </author>
  <pubDate>Mon, 11 Nov 2009 00:03:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: IE 7 ??</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/3d08e075fd9a60b2?show_docid=3d08e075fd9a60b2</link>
  <description>
  Those with IE7- and/or IE8-specific questions or comments can post to and &lt;br&gt; seek support in IE General newsgroup: &lt;br&gt; microsoft.public.internetexplo rer.general &lt;br&gt; On the web: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.internetexplorer.general&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; In your newsreader: &lt;br&gt; news://msnews.microsoft.com/mi crosoft.public.internetexplore r.general
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/3d08e075fd9a60b2?show_docid=3d08e075fd9a60b2</guid>
  <author>
  pabear...@gmail.com
  (PA Bear [MS MVP])
  </author>
  <pubDate>Sun, 11 Nov 2009 21:58:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: IE 7 ??</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/e8c973c48f6b39dd?show_docid=e8c973c48f6b39dd</link>
  <description>
  Thanks, will give it try. &lt;br&gt; Did find that I needed to update my wireless card, Netgear 311v2. Seems &lt;br&gt; this(slowness) happened after I did all updates to WinXP. May just be a &lt;br&gt; coincidence. &lt;br&gt; Like I stated it&#39;s strange that it just happens after I&#39;m on a site and &lt;br&gt; click a link to follow a story, etc.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/e8c973c48f6b39dd?show_docid=e8c973c48f6b39dd</guid>
  <author>
  n...@yahooie.com
  (L.S.)
  </author>
  <pubDate>Sun, 11 Nov 2009 21:46:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: IE 7 ??</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/c7572a3c41073e5e?show_docid=c7572a3c41073e5e</link>
  <description>
  LS &lt;br&gt; Add them 9 Add Ons) back one by one until you find the culprit that is causing your &lt;br&gt; issue. I would suspect ZA . Even if it is not ZA ,I would still remove that and use &lt;br&gt; something different. Windows Firewall set up correctly will do the job just as good &lt;br&gt; if not better
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/c7572a3c41073e5e?show_docid=c7572a3c41073e5e</guid>
  <author>
  ok...@hotmail.com
  (Peter Foldes)
  </author>
  <pubDate>Sun, 11 Nov 2009 18:08:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: IE 7 ??</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/ce1c12638d67caed?show_docid=ce1c12638d67caed</link>
  <description>
  Found the problem, I think. It&#39;s an Add-On. &lt;br&gt; I started IE with add-ons disabled and it seems to be working fine. &lt;br&gt; ???- is there any one add-on I should look at first?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/ce1c12638d67caed?show_docid=ce1c12638d67caed</guid>
  <author>
  n...@yahooie.com
  (L.S.)
  </author>
  <pubDate>Sun, 11 Nov 2009 19:30:24 UT
</pubDate>
  </item>
  <item>
  <title>IE 7 ??</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/121c2c81becaeb91?show_docid=121c2c81becaeb91</link>
  <description>
  Winxp(home), zone alarm, AVG AV, wireless card. &lt;br&gt; Here&#39;s the situation. &lt;br&gt; Replaced HD and have reloaded most programs we need.want. &lt;br&gt; When I open IE 7.x the first screen of any site opens up fast. When we click &lt;br&gt; on a link within &#39;most&#39; web sites, it takes forever, if at all, to open. &lt;br&gt; Haven&#39;t run into this but I&#39;m assuming it&#39;s a setting but not sure where to
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/1b3c6abf048c9bcd/121c2c81becaeb91?show_docid=121c2c81becaeb91</guid>
  <author>
  n...@yahooie.com
  (L.S.)
  </author>
  <pubDate>Sun, 11 Nov 2009 17:52:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Internet explorer repair</title>
  <link>http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/24e8a00782c1540f/c669f2b629c99fcf?show_docid=c669f2b629c99fcf</link>
  <description>
  Thread history: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_frm/thread/24e8a00782c1540f&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; (01 Nov-09) &lt;br&gt; To keep track of things, it helps immensely if you quote all of the previous &lt;br&gt; message(s) in your replies to the newsgroup. Thank you. &lt;br&gt; Always state your current IE version and full Windows version (e.g., WinXP
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.windows.inetexplorer.ie6.browser/browse_thread/thread/24e8a00782c1540f/c669f2b629c99fcf?show_docid=c669f2b629c99fcf</guid>
  <author>
  pabear...@gmail.com
  (PA Bear [MS MVP])
  </author>
  <pubDate>Sun, 11 Nov 2009 07:18:01 UT
</pubDate>
  </item>
  </channel>
</rss>
