<?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: CSS Tip: Negative Text Indent Not Working	</title>
	<atom:link href="https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/</link>
	<description>The Best Cincinnati Web Design Agency</description>
	<lastBuildDate>Sun, 21 Feb 2016 00:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Константин		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-408</link>

		<dc:creator><![CDATA[Константин]]></dc:creator>
		<pubDate>Sun, 21 Feb 2016 00:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-408</guid>

					<description><![CDATA[You do not need to specify the width or height.
You can use other scale: px, em...
For text-indent need the correct value text direction, simple add attribute dir=&quot;ltr&quot; for text-align:left or dir=&quot;rtl&quot; for text-align:right, in CSS3 - direction: ltr &#124; rtl &#124; inherit.
You will not need to remove the text outside the window.
Remove text outside the element, simple add overflow:hidden.
Sorry for my English.]]></description>
			<content:encoded><![CDATA[<p>You do not need to specify the width or height.<br />
You can use other scale: px, em&#8230;<br />
For text-indent need the correct value text direction, simple add attribute dir=&#8221;ltr&#8221; for text-align:left or dir=&#8221;rtl&#8221; for text-align:right, in CSS3 &#8211; direction: ltr | rtl | inherit.<br />
You will not need to remove the text outside the window.<br />
Remove text outside the element, simple add overflow:hidden.<br />
Sorry for my English.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ollie Murphy		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-336</link>

		<dc:creator><![CDATA[Ollie Murphy]]></dc:creator>
		<pubDate>Tue, 11 Nov 2014 01:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-336</guid>

					<description><![CDATA[It&#039;s always the simplest thing isn&#039;t it? Can&#039;t believe I didn&#039;t think of that. Thanks for the tip, you definitely saved me some time.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always the simplest thing isn&#8217;t it? Can&#8217;t believe I didn&#8217;t think of that. Thanks for the tip, you definitely saved me some time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Halil Köklü		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-257</link>

		<dc:creator><![CDATA[Halil Köklü]]></dc:creator>
		<pubDate>Thu, 02 Jan 2014 13:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-257</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-106&quot;&gt;Gabriel O&#039;Czerny&lt;/a&gt;.

The statement is true as it states negative text indents and not positive.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-106">Gabriel O&#8217;Czerny</a>.</p>
<p>The statement is true as it states negative text indents and not positive.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Allen Gingrich		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-114</link>

		<dc:creator><![CDATA[Allen Gingrich]]></dc:creator>
		<pubDate>Tue, 09 Apr 2013 23:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-114</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-106&quot;&gt;Gabriel O&#039;Czerny&lt;/a&gt;.

Very true! Thanks for the addition.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-106">Gabriel O&#8217;Czerny</a>.</p>
<p>Very true! Thanks for the addition.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel O'Czerny		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-106</link>

		<dc:creator><![CDATA[Gabriel O'Czerny]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 15:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-106</guid>

					<description><![CDATA[&quot;Negative text indents do not work when accompanied by a right text-align.&quot; - False Statement

It works but you need to set the text-indent atribute positive and set direction atribute to rtl. Hope it help =)]]></description>
			<content:encoded><![CDATA[<p>&#8220;Negative text indents do not work when accompanied by a right text-align.&#8221; &#8211; False Statement</p>
<p>It works but you need to set the text-indent atribute positive and set direction atribute to rtl. Hope it help =)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: HtmlPiggy		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-101</link>

		<dc:creator><![CDATA[HtmlPiggy]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 22:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-101</guid>

					<description><![CDATA[Good tip. Bacon saved.]]></description>
			<content:encoded><![CDATA[<p>Good tip. Bacon saved.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt Valvano		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-96</link>

		<dc:creator><![CDATA[Matt Valvano]]></dc:creator>
		<pubDate>Fri, 15 Feb 2013 21:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-96</guid>

					<description><![CDATA[Thanks Allen for the solution. Seems like a few others ran into this issue as well!]]></description>
			<content:encoded><![CDATA[<p>Thanks Allen for the solution. Seems like a few others ran into this issue as well!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lǐ Lù Xúan		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-95</link>

		<dc:creator><![CDATA[Lǐ Lù Xúan]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 04:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-95</guid>

					<description><![CDATA[thank you for solution
can&#039;t work with text-align:right - -]]></description>
			<content:encoded><![CDATA[<p>thank you for solution<br />
can&#8217;t work with text-align:right &#8211; &#8211;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-70</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-70</guid>

					<description><![CDATA[Awsome finding! Thank you for this.]]></description>
			<content:encoded><![CDATA[<p>Awsome finding! Thank you for this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sarah Lewis		</title>
		<link>https://www.ideasandpixels.com/articles/css-negative-text-indent-not-working/#comment-61</link>

		<dc:creator><![CDATA[Sarah Lewis]]></dc:creator>
		<pubDate>Thu, 27 Sep 2012 18:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=635#comment-61</guid>

					<description><![CDATA[Thanks so much for posting this. I didn&#039;t have text-align: right explicitly set in my rule, but it was inheriting it, and your post was the clue I needed. Much appreciated!]]></description>
			<content:encoded><![CDATA[<p>Thanks so much for posting this. I didn&#8217;t have text-align: right explicitly set in my rule, but it was inheriting it, and your post was the clue I needed. Much appreciated!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
