<?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>Web Development Blog by Serdar AKARCA &#187; css</title>
	<atom:link href="http://yuix.org/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://yuix.org</link>
	<description>a web development blog focusing on linux, codeigniter and yui</description>
	<lastBuildDate>Wed, 19 Oct 2011 22:14:36 +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>IE7 Bug: On window resize relative positioned elements disappear</title>
		<link>http://yuix.org/web-development/ie7-bug-on-window-resize-relative-positioned-elements-disappear/83</link>
		<comments>http://yuix.org/web-development/ie7-bug-on-window-resize-relative-positioned-elements-disappear/83#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:52:41 +0000</pubDate>
		<dc:creator>Serdar</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://yuix.org/?p=83</guid>
		<description><![CDATA[If you have relative positioned or floating elements on your page, try to resize your page in IE7, you will see some elements disappear. I also know that sometimes hovering block displayed anchors causes this bug. Problem is causeing from haslayout property of these elements. If we change haslayout property, the problem is going to [...]]]></description>
			<content:encoded><![CDATA[<p>If you have relative positioned or floating elements on your page, try to resize your page in IE7, you will see some elements disappear. I also know that sometimes hovering block displayed anchors causes this bug. </p>
<p>Problem is causeing from haslayout property of these elements. If we change haslayout property, the problem is going to be solved. An easy hack of haslayout property is applying &#8220;zoom:1&#8243; to elements:</p>
<pre name="code" class="css">
relative_elements_selector {
  zoom:1;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://yuix.org/web-development/ie7-bug-on-window-resize-relative-positioned-elements-disappear/83/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

