<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fragmente &#187; ie6</title>
	<atom:link href="http://blog.team-noir.net/tag/ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.team-noir.net</link>
	<description>team noir blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 15:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>CSS border-bottom for IE 6</title>
		<link>http://blog.team-noir.net/2009/08/css-border-bottom-for-ie-6/</link>
		<comments>http://blog.team-noir.net/2009/08/css-border-bottom-for-ie-6/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:29:08 +0000</pubDate>
		<dc:creator>karrock</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=247</guid>
		<description><![CDATA[We have decided we our bad Browser-script to not any longer support browsers like IE 6 which does not follow the HTML-standards. But sometimes, maybe when you are at work, it is not that easy. Sometimes you need a little work around or a special CSS only for IE 6. Today it was one of [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/01/css3-snippets-for-every-day-border-radius-gradient-shadow/' rel='bookmark' title='css3 snippets for every day: border-radius, gradient, shadow, &#8230;'>css3 snippets for every day: border-radius, gradient, shadow, &#8230;</a></li>
<li><a href='http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/' rel='bookmark' title='Floating problems with IE 6'>Floating problems with IE 6</a></li>
<li><a href='http://blog.team-noir.net/2009/06/css-floating-problems/' rel='bookmark' title='CSS floating problems'>CSS floating problems</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We have decided we our bad Browser-script to not any longer support browsers like IE 6 which does not follow the HTML-standards.</p>
<p>But sometimes, maybe when you are at work, it is not that easy. Sometimes you need a little work around or a special CSS only for IE 6. Today it was one of those days. At work I made a site were articles are shown in a list, only one little overview-snippet for each article. Now I want, to made it more clearly arranged a solid line between each div-container. Thought and done in CSS, it worked fine &#8211; in Firefox. But not for Internet Explorer 6.</p>
<p><span id="more-247"></span></p>
<p>But after a little internet search I found a very easy to use solution: you have to put a margin-bottom also in your CSS-class and than IE 6 let the line appear. <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is my class.</p>
<pre>.my_class {
   padding: 10px;
   border-bottom: 1px solid #999;
   margin-bottom: 1px; /* needed to show the border also in IE 6 */
   min-height: 190px;
}</pre>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/01/css3-snippets-for-every-day-border-radius-gradient-shadow/' rel='bookmark' title='css3 snippets for every day: border-radius, gradient, shadow, &#8230;'>css3 snippets for every day: border-radius, gradient, shadow, &#8230;</a></li>
<li><a href='http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/' rel='bookmark' title='Floating problems with IE 6'>Floating problems with IE 6</a></li>
<li><a href='http://blog.team-noir.net/2009/06/css-floating-problems/' rel='bookmark' title='CSS floating problems'>CSS floating problems</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/08/css-border-bottom-for-ie-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>fight Internet Explorer 6 &#8211; reloaded</title>
		<link>http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/</link>
		<comments>http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:14:07 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[old browser]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=231</guid>
		<description><![CDATA[I think the statement from Youtube was the starting signal Our last article and badBrowser Script are very frequently visited and today i found this: IE6 No more / Samples A very nice warning for all Internet Explorer Users &#60; Version 7.0 Nice but I think our script with browser detecting ist much better of [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/' rel='bookmark' title='Fight old Browsers &#8211; Warning with jQuery'>Fight old Browsers &#8211; Warning with jQuery</a></li>
<li><a href='http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/' rel='bookmark' title='Fight old Browsers &#8211; YouTube follows'>Fight old Browsers &#8211; YouTube follows</a></li>
<li><a href='http://blog.team-noir.net/2009/02/overflow-auto-internet-explorer-6-bug/' rel='bookmark' title='overflow:auto &#8211; Internet Explorer 6 Bug'>overflow:auto &#8211; Internet Explorer 6 Bug</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I think the <a title="fight ie6" href="http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/">statement</a> from Youtube was the starting signal <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Our last <a title="fight old browsers" href="http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/">article</a> and badBrowser <a title="badbrowser version 1.3" href="http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/">Script</a> are very frequently visited and today i found this:</p>
<p><a title="no more ie6" href="http://www.ie6nomore.com/">IE6 No more</a> / <a title="no more ie6" href="http://www.ie6nomore.com/"></a><a title="code samples" href="http://www.ie6nomore.com/code-samples.html">Samples</a></p>
<p><span id="more-231"></span></p>
<p>A very nice warning for all Internet Explorer Users &lt; Version 7.0</p>
<p>Nice but I think our script with browser detecting ist much better <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  of course.<br />
Anyway &#8211; nice roadmap in web 2.0</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/' rel='bookmark' title='Fight old Browsers &#8211; Warning with jQuery'>Fight old Browsers &#8211; Warning with jQuery</a></li>
<li><a href='http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/' rel='bookmark' title='Fight old Browsers &#8211; YouTube follows'>Fight old Browsers &#8211; YouTube follows</a></li>
<li><a href='http://blog.team-noir.net/2009/02/overflow-auto-internet-explorer-6-bug/' rel='bookmark' title='overflow:auto &#8211; Internet Explorer 6 Bug'>overflow:auto &#8211; Internet Explorer 6 Bug</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Floating problems with IE 6</title>
		<link>http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/</link>
		<comments>http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 13:18:41 +0000</pubDate>
		<dc:creator>karrock</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=221</guid>
		<description><![CDATA[The Internet Explorer 6 has sometimes a problem with floating right. Today I had this problem. I have two div-container: one a image which has to float left and a text block which has to float right. On Firefox this works without any problems. But IE 6 do not float the text to the right [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/06/css-floating-problems/' rel='bookmark' title='CSS floating problems'>CSS floating problems</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Internet Explorer 6 has sometimes a problem with floating right. Today I had this problem. I have two div-container: one a image which has to float left and a text block which has to float right. On Firefox this works without any problems. But IE 6 do not float the text to the right but just put it after the image. After a little internet search I found a similar problem, the so called <a title="Explanation of the doubled float-margin bug" href="http://www.positioniseverything.net/explorer/doubled-margin.html">doubled float-margin bug</a> on IE 6.<span id="more-221"></span></p>
<p>The solution of this problem, just set the floating boxes with inline-attribute, works also for this right-floating problem. Just set for the CSS-id the following:</p>
<pre>display: inline;</pre>
<p>See the pictures below. The left one is with bug, the right one without. Hope this helps some others. <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<a href='http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/ie_float_problem/' title='IE6 right-floating problems'><img width="150" height="123" src="http://blog.team-noir.net/wp-content/uploads/2009/08/ie_float_problem-150x123.png" class="attachment-thumbnail" alt="IE6 right-floating problems" title="IE6 right-floating problems" /></a>
<a href='http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/ie_float_fix/' title='IE6 fixed right-floating'><img width="150" height="119" src="http://blog.team-noir.net/wp-content/uploads/2009/08/ie_float_fix-150x119.png" class="attachment-thumbnail" alt="IE6 fixed right-floating" title="IE6 fixed right-floating" /></a>

<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/06/css-floating-problems/' rel='bookmark' title='CSS floating problems'>CSS floating problems</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>overflow:auto &#8211; Internet Explorer 6 Bug</title>
		<link>http://blog.team-noir.net/2009/02/overflow-auto-internet-explorer-6-bug/</link>
		<comments>http://blog.team-noir.net/2009/02/overflow-auto-internet-explorer-6-bug/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 16:38:10 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[overflow]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=52</guid>
		<description><![CDATA[A few days ago &#8211; i found a funny behavior in IE6. Our lovely Browser has problems with the CSS tag overflow: auto; Story: I needed a small scroll-window in my contentarea, so i decided to use a &#60;div&#62; with a special scroll class (#littlescrollwindow). Inside the scroll &#60;div&#62; i wrote some unordered lists like  [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/05/how-to-use-position-absolute-and-z-index-with-internet-explorer-7-and-nested-containers/' rel='bookmark' title='How to use position-absolute and z-index with Internet Explorer 7 and nested containers'>How to use position-absolute and z-index with Internet Explorer 7 and nested containers</a></li>
<li><a href='http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/' rel='bookmark' title='fight Internet Explorer 6 &#8211; reloaded'>fight Internet Explorer 6 &#8211; reloaded</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A few days ago &#8211; i found a funny behavior in IE6. Our lovely Browser has problems with the CSS tag <span style="color: #003300;"><em>overflow: auto;</em></span></p>
<p><span style="color: #003300;"><em><span id="more-52"></span><br />
</em></span></p>
<p><span style="text-decoration: underline;">Story</span>: I needed a small scroll-window in my contentarea, so i decided to use a &lt;div&gt; with a special scroll class (<span style="color: #333300;"><em>#littlescrollwindow</em></span>). Inside the scroll &lt;div&gt; i wrote some unordered lists like  <span style="color: #333300;"><em>&lt;ul&gt;&lt;li&gt;Test1&lt;/li&gt;&lt;/ul&gt; </em><span style="color: #000000;">and some dummy text.</span><br />
</span></p>
<p><span style="text-decoration: underline;">Action</span>: The Internet Explorer show me the right scrollbar and the content, but when i started scrolling &#8211; only the dummy text begins to scroll, but the listitems (&lt;ul&gt; + &lt;li&gt;) stands still and fixed in my little &#8220;scroll-window&#8221;.  The hole dummy text went over and through my listitems &#8230; nice view <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  -&gt; test it yourself.</p>
<p><span style="text-decoration: underline;">Happy end</span>: But the secret i want to write about  is &#8230; you have to position your little scroll-window !!! Thats all.</p>
<p>example:</p>
<pre><span style="color: #333300;">#littlescrollwindow {
<span style="text-decoration: underline;">position: relative</span>;
height:200px;
overflow: auto;
}</span></pre>
<p><span style="text-decoration: underline;">Summary</span>: With this &#8220;bugfix&#8221; you can scroll ALL contentelements in IE6 without funny textgames.</p>
<p>Martin</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/05/how-to-use-position-absolute-and-z-index-with-internet-explorer-7-and-nested-containers/' rel='bookmark' title='How to use position-absolute and z-index with Internet Explorer 7 and nested containers'>How to use position-absolute and z-index with Internet Explorer 7 and nested containers</a></li>
<li><a href='http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/' rel='bookmark' title='fight Internet Explorer 6 &#8211; reloaded'>fight Internet Explorer 6 &#8211; reloaded</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/02/overflow-auto-internet-explorer-6-bug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

