<?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: Hover image (Submit Button)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hover-image-submit-button</link>
		<description>Gravity Support Forums Topic: Hover image (Submit Button)</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 18:48:48 +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/hover-image-submit-button" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Hover image (Submit Button)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-image-submit-button#post-134254</link>
			<pubDate>Mon, 28 Jan 2013 17:38:47 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">134254@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to figure it out. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Hover image (Submit Button)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-image-submit-button#post-134149</link>
			<pubDate>Mon, 28 Jan 2013 14:22:35 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">134149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I got it to work. The only way that didnt cause issues was to create a 100% transparent image with the same dimensions and make that the actually image for the button in the form settings. Then use CSS to show the new button and hover button.&#60;/p&#62;
&#60;p&#62;Thanks Chino
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Hover image (Submit Button)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-image-submit-button#post-131729</link>
			<pubDate>Fri, 25 Jan 2013 20:40:52 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">131729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think i understand but didnt get it right..&#60;/p&#62;
&#60;p&#62;Do I put the image source &#34;&#34; in the form editor? so it doesnt insert an image?&#60;/p&#62;
&#60;p&#62;And then the CSS creates the regular and hover?&#60;/p&#62;
&#60;p&#62;I did that. It worked. But there was a thin line box around the image and it said SUBMIT as well as displaying my css image
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chino on "Hover image (Submit Button)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-image-submit-button#post-131692</link>
			<pubDate>Fri, 25 Jan 2013 19:40:21 +0000</pubDate>
			<dc:creator>chino</dc:creator>
			<guid isPermaLink="false">131692@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;.gform_footer input[type=&#34;image&#34;] {&#60;br /&#62;
     *add in code for image non-hover state*&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_footer input[type=&#34;image&#34;]:hover {&#60;br /&#62;
     *add in code for image hover state*&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chino on "Hover image (Submit Button)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-image-submit-button#post-131690</link>
			<pubDate>Fri, 25 Jan 2013 19:38:17 +0000</pubDate>
			<dc:creator>chino</dc:creator>
			<guid isPermaLink="false">131690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;that's because you have the images src IN the input tag, your css will not change that. change the src=&#34;/wp-content/uploads/2013/01/quote-next-button.png&#34; to just src=&#34;&#34;. then apply the NON-hover image in the css then you can modify it on hover.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Hover image (Submit Button)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-image-submit-button#post-131677</link>
			<pubDate>Fri, 25 Jan 2013 19:05:27 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">131677@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have read all the HOVER BUTTON posts and havent got it down yet&#60;/p&#62;
&#60;p&#62;The problem is that the hover image seems to be showing up under the button on hover.&#60;br /&#62;
My site: &#60;a href=&#34;http://goo.gl/lTquX&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/lTquX&#60;/a&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_footer input[type=&#38;quot;image&#38;quot;]:hover {
background: url(&#38;#39;/wp-content/uploads/2013/01/quote-next-button-hover.png&#38;#39;)!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also I havent heard back on this other thread for sometime (im excited to get it working) :  &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/one-form-to-another&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/one-form-to-another&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you all :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
