<?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: IE Hack &#8211; Hide Text on your Submit Buttons</title>
	<atom:link href="http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/</link>
	<description>IE Is My Nemisis - Adventures in Hack-land</description>
	<lastBuildDate>Thu, 26 Jan 2012 13:54:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devin Walker</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-447</link>
		<dc:creator>Devin Walker</dc:creator>
		<pubDate>Thu, 26 Jan 2012 13:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-447</guid>
		<description>Perfect solution, nice article. Gosh IE7, please die. :]</description>
		<content:encoded><![CDATA[<p>Perfect solution, nice article. Gosh IE7, please die. :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-441</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 06 Dec 2011 12:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-441</guid>
		<description>Hi,

You&#039;ll find the following works for all browsers,
&lt;code&gt;
font-size: 0;
display:block;
line-height: 0;
overflow: hidden;
text-indent: -999px;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You&#8217;ll find the following works for all browsers,<br />
<code><br />
font-size: 0;<br />
display:block;<br />
line-height: 0;<br />
overflow: hidden;<br />
text-indent: -999px;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ataylor</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-434</link>
		<dc:creator>ataylor</dc:creator>
		<pubDate>Tue, 26 Jul 2011 16:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-434</guid>
		<description>Hey Bambi! No sweat, glad it helped! :-)</description>
		<content:encoded><![CDATA[<p>Hey Bambi! No sweat, glad it helped! <img src='http://www.sharpdotinc.com/ataylor/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bambi Corro III</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-432</link>
		<dc:creator>Bambi Corro III</dc:creator>
		<pubDate>Tue, 26 Jul 2011 03:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-432</guid>
		<description>thanks for the post, im using it now! good thing this was on the first list on google search so i didn&#039;t have a hard time locating for a solution! thanks to Chris Mahon too!</description>
		<content:encoded><![CDATA[<p>thanks for the post, im using it now! good thing this was on the first list on google search so i didn&#8217;t have a hard time locating for a solution! thanks to Chris Mahon too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-352</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 11 May 2011 11:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-352</guid>
		<description>WOW. Amazing. Thanks so much. Is also can#t agree more wit you about the name Internet Destroyer. I have to test on five browsaers but that becomes eight if you have take in account that each version on IE is like a diffrent browser.</description>
		<content:encoded><![CDATA[<p>WOW. Amazing. Thanks so much. Is also can#t agree more wit you about the name Internet Destroyer. I have to test on five browsaers but that becomes eight if you have take in account that each version on IE is like a diffrent browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-348</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Tue, 08 Mar 2011 10:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-348</guid>
		<description>Thanks a lot...


background-image: url(&#039;my-picture-with-text.jpg&#039;);
text-indent: -9999px;
color: transparent;
text-transform: capitalize;

above hack nicely working with IE.. 

Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;</p>
<p>background-image: url(&#8216;my-picture-with-text.jpg&#8217;);<br />
text-indent: -9999px;<br />
color: transparent;<br />
text-transform: capitalize;</p>
<p>above hack nicely working with IE.. </p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2011-03-04 &#171; undefined</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-347</link>
		<dc:creator>links for 2011-03-04 &#171; undefined</dc:creator>
		<pubDate>Fri, 04 Mar 2011 12:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-347</guid>
		<description>[...] IE Hack – Hide Text on your Submit Buttons &#124; Amber Taylor&#039;s SharpBlog (tags: ie6 html text input buttons hack ie css tech web) [...]</description>
		<content:encoded><![CDATA[<p>[...] IE Hack – Hide Text on your Submit Buttons | Amber Taylor&#39;s SharpBlog (tags: ie6 html text input buttons hack ie css tech web) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleksandar</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-345</link>
		<dc:creator>aleksandar</dc:creator>
		<pubDate>Tue, 11 Jan 2011 10:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-345</guid>
		<description>Thanks...! This saved me so much time.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;! This saved me so much time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Frăticiu</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-344</link>
		<dc:creator>Dan Frăticiu</dc:creator>
		<pubDate>Mon, 29 Nov 2010 09:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-344</guid>
		<description>Thanks a bunch,

just saved me from what could&#039;ve been half an hour pure misery.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch,</p>
<p>just saved me from what could&#8217;ve been half an hour pure misery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b333</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/comment-page-1/#comment-342</link>
		<dc:creator>b333</dc:creator>
		<pubDate>Fri, 05 Nov 2010 10:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-342</guid>
		<description>great post, worked a treat</description>
		<content:encoded><![CDATA[<p>great post, worked a treat</p>
]]></content:encoded>
	</item>
</channel>
</rss>

