<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: No Submit Button in IE</title>
		<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie</link>
		<description>Gravity Support Forums Topic: No Submit Button in IE</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:25:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/no-submit-button-in-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-161013</link>
			<pubDate>Tue, 05 Mar 2013 10:47:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">161013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apsu on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160987</link>
			<pubDate>Tue, 05 Mar 2013 10:24:40 +0000</pubDate>
			<dc:creator>apsu</dc:creator>
			<guid isPermaLink="false">160987@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's done the trick! Thank you very much both of you for your efforts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160974</link>
			<pubDate>Tue, 05 Mar 2013 10:17:33 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">160974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;IE is choking on the display: table piece of this CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.button {
display: table;
position: relative;
font-size: 14px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 2px #888;
-webkit-box-shadow: 1px 1px 2px 0px #888;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .14);
text-shadow: rgba(0, 0, 0, .31) 0 -1px 1px;
text-align: center;
border: none;
width: auto;
cursor: pointer;
opacity: 1;
line-height: 30px;
margin: 0 0 -10px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So perhaps try adding a display: block to the input submit style:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;button&#38;quot;], input[type=&#38;quot;submit&#38;quot;] {
background: #2152a1;
background: -webkit-linear-gradient(top, #2152A1, #043D63);
background: -moz-linear-gradient(top,#2152a1,#043d63);
background: -o-linear-gradient(top,#2152a1,#043d63);
background: -ms-linear-gradient(top,#2152a1,#043d63);
background: linear-gradient(to bottom, #2152a1 0%,#043d63 100%);
color: #fff;
font-size: 14px;
border: 1px solid #fff;
border-radius: 5px;
padding: 10px 40px !important;
text-transform: uppercase;
display: block;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160958</link>
			<pubDate>Tue, 05 Mar 2013 10:01:40 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">160958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I really am stumped, nothing in the CSS is jumping out as the cause and as I only have access to IE10 I can't really offer any more advise.  Even when I set IE10 to use the IE9 browser and standards modes I still see the text &#60;a href=&#34;http://imgur.com/U7195BF&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/U7195BF&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160952</link>
			<pubDate>Tue, 05 Mar 2013 09:55:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">160952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I cannot see the text in IE9 either: &#60;a href=&#34;http://minus.com/lvnXcwFvSVd3&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lvnXcwFvSVd3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll see if Rob can take a look at it today. Thanks Richard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apsu on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160940</link>
			<pubDate>Tue, 05 Mar 2013 09:46:06 +0000</pubDate>
			<dc:creator>apsu</dc:creator>
			<guid isPermaLink="false">160940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That did have some effect. The blue rectangle now has rounded corners in IE. Just no text and smaller in size.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160936</link>
			<pubDate>Tue, 05 Mar 2013 09:41:44 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">160936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well I am stumped, I can't see anything in the CSS that would cause it, out of interest try temporarily removing the filter background for ie6-9 so it reverts to the non-gradient background and see if that makes any difference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apsu on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160915</link>
			<pubDate>Tue, 05 Mar 2013 09:17:55 +0000</pubDate>
			<dc:creator>apsu</dc:creator>
			<guid isPermaLink="false">160915@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just tried this in Browserlings to be sure (virtual machine - no cache): &#60;a href=&#34;http://cl.ly/image/3h333438053n&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/image/3h333438053n&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Same effect, using IE9.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160901</link>
			<pubDate>Tue, 05 Mar 2013 09:04:24 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">160901@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try clearing your cache because I can see the text &#60;a href=&#34;http://imgur.com/kdPcYdc&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/kdPcYdc&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apsu on "No Submit Button in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-submit-button-in-ie#post-160897</link>
			<pubDate>Tue, 05 Mar 2013 08:58:39 +0000</pubDate>
			<dc:creator>apsu</dc:creator>
			<guid isPermaLink="false">160897@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Almost there. Chrome gradient fixed - thank you.&#60;/p&#62;
&#60;p&#62;IE. Now a larger blue rectangle but no text. &#60;/p&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://imgur.com/UWTFMVb&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/UWTFMVb&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
