<?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: Custom Submit button: almost there...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-submit-button-almost-there</link>
		<description>Gravity Support Forums Topic: Custom Submit button: almost there...</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 23:09:33 +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/custom-submit-button-almost-there" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Custom Submit button: almost there..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-submit-button-almost-there#post-13466</link>
			<pubDate>Sat, 27 Nov 2010 15:45:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13466@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Biagio,&#60;/p&#62;
&#60;p&#62;Thanks so much for the kind words. We try really hard to provide the best service we can and I'm very pleased to hear that you're happy. If you need any other help, don't hesitate to ask.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Custom Submit button: almost there..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-submit-button-almost-there#post-13459</link>
			<pubDate>Sat, 27 Nov 2010 13:55:07 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">13459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;br /&#62;
Clearly, getting the developer license yesterday is not something I'll ever regret. Of every paid service I've ever been a part of, you are the fastest, most responsive guy I've ever seen. Surfing the forums last night, where I was able to find your answers to many questions, I learned a lot...not the least of which was how much you care about your customers.&#60;/p&#62;
&#60;p&#62;Your answers were perfect, and now I understand how to target things properly...thanks! Everything's working.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Biagio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Custom Submit button: almost there..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-submit-button-almost-there#post-13457</link>
			<pubDate>Sat, 27 Nov 2010 11:16:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13457@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When you use CSS to do the image replacement tecnique, you have to hide the default text by using a negative text-indention.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body #gform_wrapper_1 .gform_footer input.button {text-indent:-9000px]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;on the input field, it just looks like you want to turn the border off and then  tweak the size a little&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body #gform_wrapper_1 input#input_1_1 {border:none}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/7BqR&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7BqR&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll notice I used a specific CSS inheritance and unique input ID rather than just using the simple .large and .button classes. Unless you really plan to use that background on every field in every form with a .large class, it's better to be more specific. The same goes for the .button class.&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Custom Submit button: almost there..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-submit-button-almost-there#post-13451</link>
			<pubDate>Sat, 27 Nov 2010 06:31:27 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">13451@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Forgot one last thing, which I'm sure you'll see:  similarly trying to target the field shape with the field from the theme, but have them both showing up.  Targeted it like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.large {
background: url(images/fields.png) 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://www.accessdv.com/d2dl&#34; rel=&#34;nofollow&#34;&#62;http://www.accessdv.com/d2dl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm still a css newbie, so thanks for your patience.&#60;br /&#62;
Best,&#60;br /&#62;
Biagio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Custom Submit button: almost there..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-submit-button-almost-there#post-13450</link>
			<pubDate>Sat, 27 Nov 2010 05:01:50 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">13450@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Trying to use a rollover image for my submit button.  You can see what I'm trying to do on my sandbox site here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.accessdv.com/d2dl&#34; rel=&#34;nofollow&#34;&#62;http://www.accessdv.com/d2dl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Originally I'd tried using the custom button option in the advanced settings of the form itself, but of course, as it's a rollover image, it showed the whole thing.  Right now, I'm targeting the button like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.button {

background: url(images/submit.png) 0 0;
border: none;
cursor: pointer;
width: 101px;
height: 32px;
float: left;
margin: 0 499px 0 0;
}

.button:hover {
background: url(images/submit.png) 0 -32px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That pretty much works, but you can still see some of the &#34;base button&#34; behind it...haven't been able to turn that off.  Any help appreciated. Thanks!&#60;/p&#62;
&#60;p&#62;Biagio
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
