<?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: Making selection scrolls to top</title>
		<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top</link>
		<description>Gravity Support Forums Topic: Making selection scrolls to top</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:55:08 +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/making-selection-scrolls-to-top" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Making selection scrolls to top"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top#post-137673</link>
			<pubDate>Thu, 31 Jan 2013 15:15:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">137673@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>Nick Hempsey on "Making selection scrolls to top"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top#post-137646</link>
			<pubDate>Thu, 31 Jan 2013 14:20:07 +0000</pubDate>
			<dc:creator>Nick Hempsey</dc:creator>
			<guid isPermaLink="false">137646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;and... I figured it out!&#60;/p&#62;
&#60;p&#62;It's because I was positioning the actual input button off the screen instead of just visually hiding it.  I think that maybe as you clicked it it was trying to apply a focus to it and it was scrolling up the page because I had them all positioned beyond the very top left of the page. &#60;/p&#62;
&#60;p&#62;Blerg... what a mess for something so simple. &#60;/p&#62;
&#60;p&#62;This can be marked as resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick Hempsey on "Making selection scrolls to top"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top#post-137641</link>
			<pubDate>Thu, 31 Jan 2013 14:08:16 +0000</pubDate>
			<dc:creator>Nick Hempsey</dc:creator>
			<guid isPermaLink="false">137641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So it's not a js apparently, it's the CSS, but I can't seem to figure out what would be doing it.  &#60;/p&#62;
&#60;p&#62;Are there any areas of the form that when clicked that are supposed to send the page to the top that might be &#34;floating&#34; over that area or something?  I can't see why this would be happening.  But it's definitely the CSS. &#60;/p&#62;
&#60;p&#62;I made a page with just the form on it ( &#60;a href=&#34;http://mercedesbenzsanjuan.com/just-the-entry-form/&#34; rel=&#34;nofollow&#34;&#62;http://mercedesbenzsanjuan.com/just-the-entry-form/&#60;/a&#62; ) in the theme I built, and it worked fine.  Then I added in the stylesheet for the homepage and it started scrolling to the top when clicking on those elements.  &#60;/p&#62;
&#60;p&#62;I'm pretty good with CSS, but I'm missing something... any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick Hempsey on "Making selection scrolls to top"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top#post-137626</link>
			<pubDate>Thu, 31 Jan 2013 13:46:49 +0000</pubDate>
			<dc:creator>Nick Hempsey</dc:creator>
			<guid isPermaLink="false">137626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris,&#60;br /&#62;
I've gotten my errors down to 2 in the validator (1 is coming from Gravity Jquery). &#60;/p&#62;
&#60;p&#62;I started troubleshooting and I've narrowed it down to something in my theme as it works fine with all plugins activated in Twenty Eleven.  I'll start removing JS and Jquery to figure out what I added to screw it up. &#60;/p&#62;
&#60;p&#62;Thanks.  I'll post back when I figure it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Making selection scrolls to top"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top#post-136767</link>
			<pubDate>Wed, 30 Jan 2013 20:38:27 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you see different browsers react differently, the first step would be to validate the XHTML on the page to see if you can get all browsers to react the same.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://validator.w3.org/check?verbose=1&#38;amp;uri=http%3A%2F%2Fmercedesbenzsanjuan.com%2Fhome%2F&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/check?verbose=1&#38;amp;uri=http%3A%2F%2Fmercedesbenzsanjuan.com%2Fhome%2F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If I had to guess, I would say the HTML you added to the form to get the car images in there is what is causing the problem.&#60;/p&#62;
&#60;p&#62;If that' does not help, I would check for theme and plugin conflicts by following these steps &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62; .  Maybe there is some JavaScript being added to scroll the page when an image is clicked or something.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick Hempsey on "Making selection scrolls to top"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/making-selection-scrolls-to-top#post-136608</link>
			<pubDate>Wed, 30 Jan 2013 15:05:30 +0000</pubDate>
			<dc:creator>Nick Hempsey</dc:creator>
			<guid isPermaLink="false">136608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form here: &#60;a href=&#34;http://mercedesbenzsanjuan.com/home/&#34; rel=&#34;nofollow&#34;&#62;http://mercedesbenzsanjuan.com/home/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When you make a selection on the radio buttons, it's auto-scrolling to the top of the page.  this only happens in Firefox and Opera.  &#60;/p&#62;
&#60;p&#62;Any one have any ideas how to fix this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
