<?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: IE Hack - 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>
	<pubDate>Sat, 13 Mar 2010 10:21:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Shahar</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-86</link>
		<dc:creator>Shahar</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-86</guid>
		<description>Thanks, I used your first method successfully on a project, but it failed on a different project in IE7 for some unknown reason.

2nd option did the trick though!</description>
		<content:encoded><![CDATA[<p>Thanks, I used your first method successfully on a project, but it failed on a different project in IE7 for some unknown reason.</p>
<p>2nd option did the trick though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejinder benipal</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-85</link>
		<dc:creator>Tejinder benipal</dc:creator>
		<pubDate>Fri, 05 Mar 2010 19:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-85</guid>
		<description>Thanks  issuse fixed</description>
		<content:encoded><![CDATA[<p>Thanks  issuse fixed</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-79</link>
		<dc:creator>ataylor</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-79</guid>
		<description>@R I had the same problem on a project, I think it was because of other things being absolutely/or relatively positioned on the page before the button. I am not sure though, IE is sometimes a quandary with it's screw ups.

Try this as an alternate, that's what I had to do on a project:

==================

line-height: 999px; /* Set it higher than your image height */
overflow: hidden; /* Hide the text */
font-size: 0; /* FF2 doesn’t like the above */

==================</description>
		<content:encoded><![CDATA[<p>@R I had the same problem on a project, I think it was because of other things being absolutely/or relatively positioned on the page before the button. I am not sure though, IE is sometimes a quandary with it&#8217;s screw ups.</p>
<p>Try this as an alternate, that&#8217;s what I had to do on a project:</p>
<p>==================</p>
<p>line-height: 999px; /* Set it higher than your image height */<br />
overflow: hidden; /* Hide the text */<br />
font-size: 0; /* FF2 doesn’t like the above */</p>
<p>==================</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-78</link>
		<dc:creator>R</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-78</guid>
		<description>this seems to work for me in IE7, which is great, but not in IE6... any ideas?</description>
		<content:encoded><![CDATA[<p>this seems to work for me in IE7, which is great, but not in IE6&#8230; any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-76</link>
		<dc:creator>george</dc:creator>
		<pubDate>Tue, 06 Oct 2009 14:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-76</guid>
		<description>this was a bit of a lifesaver. thank you.</description>
		<content:encoded><![CDATA[<p>this was a bit of a lifesaver. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-75</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 06 Oct 2009 09:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-75</guid>
		<description>Just had to swing by and say THANKS! Your suggestion plu:

line-height: 999px; /* Set it higher than your image height */
overflow: hidden; /* Hide the text */
font-size: 0; /* FF2 doesn’t like the above */

did the trick.</description>
		<content:encoded><![CDATA[<p>Just had to swing by and say THANKS! Your suggestion plu:</p>
<p>line-height: 999px; /* Set it higher than your image height */<br />
overflow: hidden; /* Hide the text */<br />
font-size: 0; /* FF2 doesn’t like the above */</p>
<p>did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-74</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 05 Oct 2009 15:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-74</guid>
		<description>Thanks! This worked perfectly... If only the same could be said about IE.</description>
		<content:encoded><![CDATA[<p>Thanks! This worked perfectly&#8230; If only the same could be said about IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-71</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Mon, 07 Sep 2009 05:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-71</guid>
		<description>Hey so much thanks for this....i was in so much trouble due to this prob....thanx again</description>
		<content:encoded><![CDATA[<p>Hey so much thanks for this&#8230;.i was in so much trouble due to this prob&#8230;.thanx again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-68</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 01 Sep 2009 18:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-68</guid>
		<description>Many thanks indeed!</description>
		<content:encoded><![CDATA[<p>Many thanks indeed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-67</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-67</guid>
		<description>Struggling for ages with this - thanks so much :)

&lt;a href="http://www.horse-care.co.uk/" title="" rel="nofollow"&gt;the site in question&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Struggling for ages with this - thanks so much <img src='http://www.sharpdotinc.com/ataylor/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.horse-care.co.uk/" title="" rel="nofollow">the site in question</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
