<?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>Wed, 10 Mar 2010 07:02:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<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>
	<item>
		<title>By: ataylor</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-65</link>
		<dc:creator>ataylor</dc:creator>
		<pubDate>Fri, 24 Jul 2009 15:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-65</guid>
		<description>I had that problem on a project and it has something to do with a property set (I think position relative) somewhere before the button in the mark up. When I had that problem I used Chris Mahon's method above and it fixed it.

Chris Mahon  Says:

February 25th, 2009 at 10:19 am   edit

Nice find, this also seems to work:

==================
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>I had that problem on a project and it has something to do with a property set (I think position relative) somewhere before the button in the mark up. When I had that problem I used Chris Mahon&#8217;s method above and it fixed it.</p>
<p>Chris Mahon  Says:</p>
<p>February 25th, 2009 at 10:19 am   edit</p>
<p>Nice find, this also seems to work:</p>
<p>==================<br />
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 */<br />
==================</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/02/01/ie-hack-hide-text-on-your-submit-buttons/#comment-63</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=41#comment-63</guid>
		<description>When I tried your method the submit button disappeared entirely on IE7. Has anyone else had this problem?</description>
		<content:encoded><![CDATA[<p>When I tried your method the submit button disappeared entirely on IE7. Has anyone else had this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
