<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: One Page Scroll Effect</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/one-page-scroll-effect/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/one-page-scroll-effect/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:15:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/one-page-scroll-effect/#post-21420</guid>
					<title><![CDATA[One Page Scroll Effect]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/one-page-scroll-effect/#post-21420</link>
					<pubDate>Sun, 16 Nov 2014 09:04:22 +0000</pubDate>
					<dc:creator>jyotsna</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve used Savia to create a one page site with some inside pages as well. I&#8217;ve used anchor tag <a></a> and linked the menu items to the different sections of the page: <a href="http://smartmegh.awesomeliferesources.com/" rel="nofollow">http://smartmegh.awesomeliferesources.com/</a></p>
<p>I face 2 problems:<br />
1) When I place the anchor tag at the beginning of a section (Eg.Services) and the Menu item Services is clicked, some portion of the section gets hidden behind the sticky menu. So, it doesn&#8217;t take us to the exact beginning of the section.<br />
2) When the menu item is clicked, it just jumps directly to the place where the anchor tag is placed, instead of gently scrolling to that section.</p>
<p>How do I sort these 2 issues?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/one-page-scroll-effect/#post-21426</guid>
					<title><![CDATA[Reply To: One Page Scroll Effect]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/one-page-scroll-effect/#post-21426</link>
					<pubDate>Sun, 16 Nov 2014 12:28:18 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I replied to you in TF, here&#8217;s the answer here as well for reference:</p>
<p>HI there,</p>
<p>First off here’s how anchoring to a a position in the same page gets done:</p>
<p><a href="http://www.webweaver.nu/html-tips/link-within-a-page.shtml" rel="nofollow">http://www.webweaver.nu/html-tips/link-within-a-page.shtml</a></p>
<p>You need to point to the ID of the element you are taking the user to… so if you have ”#service” like in your case you need some element with the ID of “service”, in your case as the header has a position “static” it doesn’t get counted within the total page offset, so you would place your target element a bit before the actual place you want to scroll to, I would add a DIV within the previous container, just like you did with that anchor with name ‘service’ instead make it a DIV after the tabs, something like:</p>
<div class="clear h20" id="service"></div>
<p>You can further play around with the height to get the best effect. As for the animation… you can check out some jquery plugins to achieve the animation effect, or create your own, check these out:</p>
<p><a href="http://stackoverflow.com/questions/3163615/how-to-scroll-html-page-to-given-anchor-using-jquery-or-javascript" rel="nofollow">http://stackoverflow.com/questions/3163615/how-to-scroll-html-page-to-given-anchor-using-jquery-or-javascript</a> <a href="http://css-tricks.com/snippets/jquery/smooth-scrolling/" rel="nofollow">http://css-tricks.com/snippets/jquery/smooth-scrolling/</a><br />
Good luck! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

