<?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>Through The Eyes Of A Dreamer &#187; IE</title>
	<atom:link href="http://heidibrebels.be/blog/archives/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://heidibrebels.be</link>
	<description>home of heidi brebels</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:07:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IE double click to activate flash</title>
		<link>http://heidibrebels.be/blog/archives/2006/ie-double-click-to-activate-flash</link>
		<comments>http://heidibrebels.be/blog/archives/2006/ie-double-click-to-activate-flash#comments</comments>
		<pubDate>Sat, 16 Dec 2006 18:15:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.heidibrebels.be/blog/archives/2006/ie-double-click-to-activate-flash/</guid>
		<description><![CDATA[Microsoft released an update for Internet Explorer that changed the way the browser displays and runs ActiveX components, flash movies and Java applets. Because of security issues the browser asks you to activate these controls by clicking on them. Meaning that to actually &#8220;browse&#8221; through the flash site, you need to double click it the [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft released an update for Internet Explorer that changed the way the browser<br />
displays and runs ActiveX components, flash movies and Java applets.<br />
Because of security issues the browser asks you to activate these controls by clicking on them. Meaning that to actually &#8220;browse&#8221; through the flash site, you need to double click it the first time.<br />
Read more about it here: Flash Player Technote: Internet Explorer displays a box around flash content</p>
<p>A way to prevent this is by including your swf file with an external javascript file. More information on how to do this you find here: Active content update article</p>
<p>And for the lazy ones among us, this should be a free program that solves it for you (didn&#8217;t try it myself): <a title="Flash Release" href="http://www.flashrelease.com/" target="_blank">Flash Release</a>.</p>
<p>A nice video on it, you can find here: <a title="Flash Active Content Update" href="http://www.youtube.com/watch?v=6Jtz5SGtc4k" target="_blank">YouTube Video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://heidibrebels.be/blog/archives/2006/ie-double-click-to-activate-flash/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reserved space for vertical scrollbar in IE</title>
		<link>http://heidibrebels.be/blog/archives/2006/spacescrollbarie</link>
		<comments>http://heidibrebels.be/blog/archives/2006/spacescrollbarie#comments</comments>
		<pubDate>Fri, 17 Nov 2006 17:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[scrollbar]]></category>

		<guid isPermaLink="false">http://www.heidibrebels.be/blog/archives/2006/spacescrollbarie/</guid>
		<description><![CDATA[IE reserves space for their vertical scrollbar. This, isn&#8217;t always very desirable &#8230; Of course, there&#8217;s no problem if you actually need the scrollbar, but when you don&#8217;t &#8230; When you use a bgcolor1 in the body and place a div tag in it over the full width of your page with another bgcolor2, you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>IE reserves space for their vertical scrollbar. This, isn&#8217;t always very desirable &#8230; Of course, there&#8217;s no problem if you actually need the scrollbar, but when you don&#8217;t &#8230;</p>
<p>When you use a bgcolor1 in the body and place a div tag in it over the full width of your page with another bgcolor2, you&#8217;ll see that in the space reserved for the vertical scrollbar bgcolor1 will appear and not the desired bgcolor2.<br />
This is b/c IE reserves that space for the scrollbar, whether you need it or not &#8230; FF on the other hand never reserves the space &#8230; the downside of this could be that when the scrollbar is needed you&#8217;ll see your page content move. But &#8230; in this example, it still is the lesser of the 2 evils <img src='http://heidibrebels.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8230;</p>
<p>So, the workaround for IE, so that it doesn&#8217;t reserve that space, is:</p>
<p>body {<br />
overflow: auto;<br />
}</p>
<p>HTML {<br />
overflow: auto;<br />
}</p>
<p>you need both!!</p>
]]></content:encoded>
			<wfw:commentRss>http://heidibrebels.be/blog/archives/2006/spacescrollbarie/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

