<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: CSS3 옅보기 text-overflow</title>
	<atom:link href="http://ilmol.com/wp/2007/04/04/276/feed/" rel="self" type="application/rss+xml" />
	<link>http://ilmol.com/wp/2007/04/04/276/</link>
	<description>일모리의 일상 그리고 웹디자인, CSS, XHTML, 웹표준</description>
	<pubDate>Tue, 02 Dec 2008 15:29:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: 호이</title>
		<link>http://ilmol.com/wp/2007/04/04/276/#comment-57660</link>
		<dc:creator>호이</dc:creator>
		<pubDate>Tue, 12 Jun 2007 02:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/2007/04/04/276/#comment-57660</guid>
		<description>IE에서도 text-overflow로 ellipsis 속성을 주면 적용이 되더군요~
text-overflow-mode는 인식을 못하는것 같고요

::HLIGHT_BLOCK_1::</description>
		<content:encoded><![CDATA[<p>IE에서도 text-overflow로 ellipsis 속성을 주면 적용이 되더군요~<br />
text-overflow-mode는 인식을 못하는것 같고요</p>
<p>::HLIGHT_BLOCK_1::</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nuzl</title>
		<link>http://ilmol.com/wp/2007/04/04/276/#comment-48081</link>
		<dc:creator>nuzl</dc:creator>
		<pubDate>Mon, 30 Apr 2007 01:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/2007/04/04/276/#comment-48081</guid>
		<description>[code lang="css"]Filter:Alpha(opacity=88,finishopacity=0,style=1,startX=10,startY=0,finishX=150,finishY=0);[/code]
으하하
익스플로러의 알파 필터를 이용해서
뒷부분을 흐리게 만들어주는거에요
이글을 보니 이 필터가 생각 나더군요..;

[code lang="css"]style:
width:347px;
overflow:hidden;
text-overflow:ellipsis;
Filter:Alpha(opacity=88,finishopacity=0,style=1,startX=10,startY=0,finishX=150,finishY=0);[/code]</description>
		<content:encoded><![CDATA[<div class="hl-surround" style="height:28px;"><div class="hl-main"><pre><span class="hl-identifier">Filter</span><span class="hl-special">:Alpha</span><span class="hl-default">(</span><span class="hl-identifier">opacity</span><span class="hl-default">=88,</span><span class="hl-identifier">finishopacity</span><span class="hl-default">=0,</span><span class="hl-identifier">style</span><span class="hl-default">=1,</span><span class="hl-identifier">startX</span><span class="hl-default">=10,</span><span class="hl-identifier">startY</span><span class="hl-default">=0,</span><span class="hl-identifier">finishX</span><span class="hl-default">=150,</span><span class="hl-identifier">finishY</span><span class="hl-default">=0);</span></pre></div></div>
<p>으하하<br />
익스플로러의 알파 필터를 이용해서<br />
뒷부분을 흐리게 만들어주는거에요<br />
이글을 보니 이 필터가 생각 나더군요..;</p>
<div class="hl-surround" ><div class="hl-main"><pre><span class="hl-default">style:
</span><span class="hl-identifier">width</span><span class="hl-default">:347</span><span class="hl-identifier">px</span><span class="hl-default">;
</span><span class="hl-identifier">overflow</span><span class="hl-special">:hidden</span><span class="hl-default">;
</span><span class="hl-identifier">text-overflow</span><span class="hl-special">:ellipsis</span><span class="hl-default">;
</span><span class="hl-identifier">Filter</span><span class="hl-special">:Alpha</span><span class="hl-default">(</span><span class="hl-identifier">opacity</span><span class="hl-default">=88,</span><span class="hl-identifier">finishopacity</span><span class="hl-default">=0,</span><span class="hl-identifier">style</span><span class="hl-default">=1,</span><span class="hl-identifier">startX</span><span class="hl-default">=10,</span><span class="hl-identifier">startY</span><span class="hl-default">=0,</span><span class="hl-identifier">finishX</span><span class="hl-default">=150,</span><span class="hl-identifier">finishY</span><span class="hl-default">=0);</span></pre></div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 도리</title>
		<link>http://ilmol.com/wp/2007/04/04/276/#comment-43958</link>
		<dc:creator>도리</dc:creator>
		<pubDate>Sat, 07 Apr 2007 09:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/2007/04/04/276/#comment-43958</guid>
		<description>오페라 9.20을 사용중인데 clip, ellipsis는 재대로 보이지만 ellipsis-word는 지원을 안하는것 같군요...^^</description>
		<content:encoded><![CDATA[<p>오페라 9.20을 사용중인데 clip, ellipsis는 재대로 보이지만 ellipsis-word는 지원을 안하는것 같군요&#8230;^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 황규연</title>
		<link>http://ilmol.com/wp/2007/04/04/276/#comment-43735</link>
		<dc:creator>황규연</dc:creator>
		<pubDate>Wed, 04 Apr 2007 15:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/2007/04/04/276/#comment-43735</guid>
		<description>이런게 진작에(?) 나왔으면 얼마나 좋았을까 싶네요..:grin:</description>
		<content:encoded><![CDATA[<p>이런게 진작에(?) 나왔으면 얼마나 좋았을까 싶네요..:grin:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
