<?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: Submit button custom image moves on click</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click</link>
		<description>Gravity Support Forums Topic: Submit button custom image moves on click</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:45:02 +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/submit-button-custom-image-moves-on-click" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Submit button custom image moves on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click#post-15768</link>
			<pubDate>Sun, 09 Jan 2011 22:13:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The image button works fine in the default theme and nobody else has reported a similar issue to date.&#60;/p&#62;
&#60;p&#62;I looks like you've still got some wacky CSS going on for the validation errors as well as some of the sizing. That's probably still the cause of your issue.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/8hPi&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8hPi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's difficult to inspect via the browser's developer tools and find out what's going on. The movement happens when the button is in the active state, so the inspectors don't really show me what's happening there.&#60;/p&#62;
&#60;p&#62;I do know that it's specific to your theme. I'm unable to recreate the issue.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://screencast.com/t/RLhieKhf&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/RLhieKhf&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Geary on "Submit button custom image moves on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click#post-15758</link>
			<pubDate>Sun, 09 Jan 2011 20:59:54 +0000</pubDate>
			<dc:creator>Kevin Geary</dc:creator>
			<guid isPermaLink="false">15758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Button still moves.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Submit button custom image moves on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click#post-15494</link>
			<pubDate>Wed, 05 Jan 2011 13:38:25 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to add custom CSS to your themes stylesheet to style the form.  You would do so by targeting the CSS classes used by the form.&#60;/p&#62;
&#60;p&#62;Here is information on how to target the classes used when validation is triggered:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/css-targeting-samples/#validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/css-targeting-samples/#validation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would have to adjust the styling so it fits within your fixed height/width box. Adjusting things like padding, margin, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit button custom image moves on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click#post-15492</link>
			<pubDate>Wed, 05 Jan 2011 13:34:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15492@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;the overflow is set on the #contentbox div on line 294 of your default.css file. That's what's clipping the form when the validation errors are triggered.&#60;/p&#62;
&#60;p&#62;Part of your problem is that you've defined the #gform_wrapper_6 div as 250px wide, but then defined the list container inside it as 440px wide on line 27 of your default.css file. If you set that to 250px as well, you'll see that it fits horizontally.&#60;/p&#62;
&#60;p&#62;Also, instead of setting the height value on the #gform_wrapper_6, you should probably go with a min-height property so when the validation errors are shown, the container resizes appropriately vertically to show all of the content.&#60;/p&#62;
&#60;p&#62;I really have no idea what's going on with the image button moving. I'm pretty sure it has something to do with width/padding discrepancies in the CSS rules somewhere. If you begin to clean that stuff up, it may fix itself, I'm not totally sure.&#60;/p&#62;
&#60;p&#62;You should find this helpful too. It has examples of how to properly target form elements to apply new CSS rules.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Geary on "Submit button custom image moves on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click#post-15480</link>
			<pubDate>Wed, 05 Jan 2011 12:10:39 +0000</pubDate>
			<dc:creator>Kevin Geary</dc:creator>
			<guid isPermaLink="false">15480@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do I style the validation and/or remove the overflow?&#60;/p&#62;
&#60;p&#62;Also...the button still moves...do you know why?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit button custom image moves on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click#post-15003</link>
			<pubDate>Sun, 26 Dec 2010 15:50:30 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You've still got bigger problems than that. If the validation fails, the fields are pushed to the side and the submit button is cropped out of the viewable area and can't be accessed.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/84Hh&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/84Hh&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll either need to change the validation error styling, or remove the hidden overflow properties from the form container.&#60;/p&#62;
&#60;p&#62;Also, just FYI, the &#34;snow&#34; script on your page is killing my browsers.. It's choked both Firefox &#38;amp; Safari. It's festive, but not that great if I'm trying to browse your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Geary on "Submit button custom image moves on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-custom-image-moves-on-click#post-14995</link>
			<pubDate>Sun, 26 Dec 2010 01:03:59 +0000</pubDate>
			<dc:creator>Kevin Geary</dc:creator>
			<guid isPermaLink="false">14995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My image button &#34;count me in&#34; on this page moves on click...can't figure out why...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kickboxing.karate-usa.com&#34; rel=&#34;nofollow&#34;&#62;http://kickboxing.karate-usa.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once this issue is fixed I'm done with that page/form. It's the last problem I've encountered I can't figure out.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
