<?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>But if I say I will not mention Him... &#187; display</title>
	<atom:link href="http://www.gopulls.com/blog/tag/display/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gopulls.com/blog</link>
	<description>Tech, Toys, and God.</description>
	<lastBuildDate>Sun, 11 Dec 2011 01:43:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>I hate Internet Explorer.  Passionately.</title>
		<link>http://www.gopulls.com/blog/2008.10.21/i-hate-internet-explorer-passionately/</link>
		<comments>http://www.gopulls.com/blog/2008.10.21/i-hate-internet-explorer-passionately/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 06:04:27 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[visibility]]></category>
		<category><![CDATA[visibility bug]]></category>

		<guid isPermaLink="false">http://www.gopulls.com/blog/2008.10.21/i-hate-internet-explorer-passionately/</guid>
		<description><![CDATA[There&#8217;s a bug in Internet Explorer that causes HTML elements to randomly &#8220;disappear.&#8221; Without going too much into detail, there&#8217;s two ways to make something not show up in a webpage using .css style. You can either: 1) set visibility: hidden; or 2) set display: none; They&#8217;re slightly different, because if you set the visibility [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a bug in Internet Explorer that causes HTML elements to randomly &#8220;disappear.&#8221;  Without going too much into detail, there&#8217;s two ways to make something not show up in a webpage using .css style.  You can either: 1) set visibility: hidden; or 2) set display: none;</p>
<p>They&#8217;re slightly different, because if you set the visibility to hidden, it will still &#8220;take up space&#8221; on your page and push other elements out of its spot.  If you set the display to none, everything kind of collapses around it.</p>
<p>I spent a TON of time debugging Javascript today (and in the past) trying to figure out what FireFox, Safari, and Opera showed 4 elements that had been set visibility: hidden; and then back to visibility: visible;, but in Internet Explorer 6 AND 7, only two of the four would reappear.</p>
<p>Agonizing frustration: am I breaking something minor that only shows in picky IE?  Did I misspell a tag or function somewhere?  Even worse, if I trigger the SAME FUNCTION in IE using a different control, the stupid elements show up!!!!  Curse you, Bill Gates!</p>
<p>Finally, in desperation, I do another Google search.</p>
<p>They said to try using display: none; instead, because IE has a visibility bug.  I do.  It works.  (*&#$ Microsoft, get your stuff together.  I hope IE8 fixes all this crap, but I&#8217;m afraid my hopes aren&#8217;t set very high.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gopulls.com/blog/2008.10.21/i-hate-internet-explorer-passionately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

