<?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>따라쟁이 &#187; ie6 bug</title>
	<atom:link href="http://www.yuiworld.kr/suguni/tag/ie6-bug/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yuiworld.kr/suguni</link>
	<description>승근이의 LifeLog - We learn many things by imitation!</description>
	<lastBuildDate>Fri, 18 Jun 2010 02:17:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>More &#8211; IE6 bug : Horizontal scroll bar in frame.</title>
		<link>http://www.yuiworld.kr/suguni/2009/more-ie6-bug-horizontal-scroll-bar-in-frame</link>
		<comments>http://www.yuiworld.kr/suguni/2009/more-ie6-bug-horizontal-scroll-bar-in-frame#comments</comments>
		<pubDate>Sun, 17 May 2009 16:58:18 +0000</pubDate>
		<dc:creator>suguni</dc:creator>
				<category><![CDATA[Front-end]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[ie6 bug]]></category>
		<category><![CDATA[scrollbar]]></category>

		<guid isPermaLink="false">http://www.yuiworld.kr/suguni/?p=382</guid>
		<description><![CDATA[제목은 NARADESIGN:BLOG 의 포스트 제목을 그대로 채용한 것입니다. 위 포스트에서 제시한 &#8220;적당한 문제 해결 방법&#8221;을 사용할 경우 가장 치명적인 문제는, frame 문서 내에 absolute position 된 요소가 있을 경우 이 요소가 스크롤을 덮는다는 것입니다. 다음은 이에 대한 예제 화면. 그래서 &#8220;좀 더 적당한 문제 해결 방법&#8221;은 frame의 scroll 속성은 auto로 하고(auto가 기본값이니 scroll 속성은 없어도 [...]]]></description>
			<content:encoded><![CDATA[<p>제목은 <a href="http://naradesign.net/wp/">NARADESIGN:BLOG</a> 의 <a href="http://naradesign.net/wp/2009/04/10/763/">포스트</a> 제목을 그대로 채용한 것입니다.</p>
<p>위 포스트에서 제시한 &#8220;적당한 문제 해결 방법&#8221;을 사용할 경우 가장 치명적인 문제는, frame 문서 내에 absolute position 된 요소가 있을 경우 이 요소가 스크롤을 덮는다는 것입니다. 다음은 이에 대한 예제 화면.</p>
<p><img src="http://www.yuiworld.kr/suguni/wp/wp-content/uploads/2009/05/ie6-1.png" alt="IE6 - frame bug" title="IE6 - frame bug" width="642" height="367" class="aligncenter size-full wp-image-384" /></p>
<p>그래서 &#8220;좀 더 적당한 문제 해결 방법&#8221;은 frame의 scroll 속성은 auto로 하고(auto가 기본값이니 scroll 속성은 없어도 됩니다) frame 문서의 css에 다음을 추가하는 것입니다.</p>
<p><code>html { overflow-y:scroll; }</code></p>
<dl>
<dt><strong>장접</strong></dt>
<dd>
<ul>
<li>absolute position 요소가 스크롤을 덮는 버그 없어짐</li>
<li>수평 스크롤은 필요시에만 생김</li>
</ul>
</dd>
<dt><strong>단점</strong></dt>
<dd>
<ul>
<li>수직 스크롤이 항상 생긴다는 점에서는 원래의 해결 방법과 동일</li>
<li>프레임 내 문서를 수정할 수 없다면 적용할 수 없음</li>
</ul>
</dd>
</dl>
<p>Frameset을 사용하면서 단일 프레임만 보여주는 페이지 구성을 할 경우 필수 적용해야 할 듯 합니다(경험상 ^^). 또 IE에서만 발생하는 문제 및 해결법이니, IE Conditional Comment 혹은 IE css hack을 사용해서 적용하면 되겠습니다.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuiworld.kr/suguni/2009/more-ie6-bug-horizontal-scroll-bar-in-frame/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
