<?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 Styling not working on one form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling-not-working-on-one-form</link>
		<description>Gravity Support Forums Topic: Submit Button Styling not working on one form</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 09:53:51 +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-styling-not-working-on-one-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Submit Button Styling not working on one form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling-not-working-on-one-form#post-65859</link>
			<pubDate>Wed, 11 Jul 2012 22:35:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">65859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have a minor typo on your hover selector, you are missing one. Also in your first selector you  are missing a space in between .gform_footer and input. Compare mine to yours and try this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_7 .gform_footer input.button, #gform_wrapper_7 .gform_footer input[type=&#38;quot;submit&#38;quot;] {
	background: transparent url(images/single_sign_up.png) 0px 0px no-repeat;
	border: none;
	height: 103px;
	width: 103px;
	text-indent: -99999px;
}
#gform_wrapper_7 .gform_footer input.button:hover, #gform_wrapper_7 .gform_footer input[type=&#38;quot;submit&#38;quot;]:hover { background-position: 0px -103px; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gforster on "Submit Button Styling not working on one form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling-not-working-on-one-form#post-65848</link>
			<pubDate>Wed, 11 Jul 2012 20:11:11 +0000</pubDate>
			<dc:creator>gforster</dc:creator>
			<guid isPermaLink="false">65848@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, I got all of the placement and such worked out - one problem left: What should be showing for the :hover is now showing as default and when hovering, nothing happens. Here's my CSS for the relevant sections.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_7 .gform_footer input.button, #gform_wrapper_7 .gform_footerinput[type=&#38;quot;submit&#38;quot;] {
	background: transparent url(images/single_sign_up.png) 0px 0px no-repeat;
	border: none;
	height: 103px;
	width: 103px;
	text-indent: -99999px;
}
#gform_wrapper_7 .gform_footer input.button, #gform_wrapper_7 .gform_footer input[type=&#38;quot;submit&#38;quot;]:hover { background-position: 0px -103px; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gforster on "Submit Button Styling not working on one form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling-not-working-on-one-form#post-65839</link>
			<pubDate>Wed, 11 Jul 2012 17:59:06 +0000</pubDate>
			<dc:creator>gforster</dc:creator>
			<guid isPermaLink="false">65839@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have made the jQuery adjustments. Any dice on the styling issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Submit Button Styling not working on one form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling-not-working-on-one-form#post-65794</link>
			<pubDate>Wed, 11 Jul 2012 12:41:24 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65794@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One issue I see is that you have JQuery embedded twice in your site code, once in your footer and once in your header, and it should only be in their once. Also, you have JavaScript that uses JQuery before JQuery is embedded. You should probably change those things around. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As for your styling issue, I'm not really sure on that part yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gforster on "Submit Button Styling not working on one form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling-not-working-on-one-form#post-65762</link>
			<pubDate>Wed, 11 Jul 2012 10:33:53 +0000</pubDate>
			<dc:creator>gforster</dc:creator>
			<guid isPermaLink="false">65762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have multiple optin forms that are working correctly at alisonlumbatis.com&#60;/p&#62;
&#60;p&#62;However, the one at the bottom of &#60;a href=&#34;http://alisonlumbatis.com/team-expressionista&#34; rel=&#34;nofollow&#34;&#62;http://alisonlumbatis.com/team-expressionista&#60;/a&#62; is not behaving like the others. &#60;/p&#62;
&#60;p&#62;I would like the submit button to the right of the other fields and it should change color when hovered over (image is a sprite). It should look the same as the one at the bottom of &#60;a href=&#34;http://alisonlumbatis.com/archives/180&#34; rel=&#34;nofollow&#34;&#62;http://alisonlumbatis.com/archives/180&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
