<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Text Indent CSS Trick</title>
	<atom:link href="http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/</link>
	<description>I think you are lost...</description>
	<lastBuildDate>Thu, 17 May 2012 13:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Javier</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-19984</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Tue, 07 Jun 2011 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-19984</guid>
		<description>Thank you, just saved me hours of hacking around a problem I had :D</description>
		<content:encoded><![CDATA[<p>Thank you, just saved me hours of hacking around a problem I had :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blah</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-19863</link>
		<dc:creator>Blah</dc:creator>
		<pubDate>Fri, 29 Apr 2011 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-19863</guid>
		<description>thanks it worked for me</description>
		<content:encoded><![CDATA[<p>thanks it worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmet Sali</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-19665</link>
		<dc:creator>Ahmet Sali</dc:creator>
		<pubDate>Wed, 17 Nov 2010 01:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-19665</guid>
		<description>saved my life, thanks :)</description>
		<content:encoded><![CDATA[<p>saved my life, thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lehoangel</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-9164</link>
		<dc:creator>Lehoangel</dc:creator>
		<pubDate>Fri, 08 Jan 2010 07:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-9164</guid>
		<description>This suggest me some interesting stuffs to do with my project.
Thanks a lot, Vinh Pham  :)</description>
		<content:encoded><![CDATA[<p>This suggest me some interesting stuffs to do with my project.<br />
Thanks a lot, Vinh Pham  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinidog</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-8705</link>
		<dc:creator>Vinidog</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-8705</guid>
		<description>Nice... very utils!!!

;-)</description>
		<content:encoded><![CDATA[<p>Nice&#8230; very utils!!!</p>
<p>;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-4432</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-4432</guid>
		<description>of course you need to align left, if you align right a negative value makes no sense.</description>
		<content:encoded><![CDATA[<p>of course you need to align left, if you align right a negative value makes no sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: melody</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-4338</link>
		<dc:creator>melody</dc:creator>
		<pubDate>Fri, 28 Aug 2009 20:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-4338</guid>
		<description>just ran into the same cryptic problem. this totally helped me :)</description>
		<content:encoded><![CDATA[<p>just ran into the same cryptic problem. this totally helped me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ola</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-4036</link>
		<dc:creator>Ola</dc:creator>
		<pubDate>Fri, 14 Aug 2009 07:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-4036</guid>
		<description>Thanks! Strange one. Solved my problem in a jiffy. I&#039;ll let you in on another one.

1. You have an  on z-index: 200.
2. You have a  on z-index:100. This  wraps an .
3. You&#039;ve positioned the  with the nested  so that the  is directly above it.
Problem: In IE6,7 the marker can&#039;t be entered into the  but works fin in FF.
Solve: Give the  a background color. Voila! The cursor is visible and it works as expected.</description>
		<content:encoded><![CDATA[<p>Thanks! Strange one. Solved my problem in a jiffy. I&#8217;ll let you in on another one.</p>
<p>1. You have an  on z-index: 200.<br />
2. You have a  on z-index:100. This  wraps an .<br />
3. You&#8217;ve positioned the  with the nested  so that the  is directly above it.<br />
Problem: In IE6,7 the marker can&#8217;t be entered into the  but works fin in FF.<br />
Solve: Give the  a background color. Voila! The cursor is visible and it works as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert Oszlanyi</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-242</link>
		<dc:creator>Norbert Oszlanyi</dc:creator>
		<pubDate>Wed, 21 Jan 2009 14:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-242</guid>
		<description>I&#039;m not sure, that it&#039;s true... But you must set display: block to make work this trick! IE6 hides inline elements completely.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure, that it&#8217;s true&#8230; But you must set display: block to make work this trick! IE6 hides inline elements completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Oliver</title>
		<link>http://vinhboy.com/blog/2007/10/05/text-indent-css-trick/#comment-241</link>
		<dc:creator>Dylan Oliver</dc:creator>
		<pubDate>Tue, 20 Nov 2007 06:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://209.20.89.17/blog/?p=157#comment-241</guid>
		<description>Hey, thanks. I was wondering about this. Never would&#039;ve guessed text-align had anything to do with it.</description>
		<content:encoded><![CDATA[<p>Hey, thanks. I was wondering about this. Never would&#8217;ve guessed text-align had anything to do with it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

