One of my client has told me to create a single paged website. There will be main navigation on the top. When someone clicks on any of the link in navigation it will scrol down to the specified page. They dont want users to jump from one page to other but everything in the same place. an example website is
Single paged scrollable website
Hi,
One of my client has told me to create a single paged website. There will be main navigation on the top. When someone clicks on any of the link in navigation it will scrol down to the specified page. They dont want users to jump from one page to other but everything in the same place. an example website is
http://www.mecomed.com
They need the same machanism using umbraco. Is it possible? If so how? Can anyone please give me some suggestions?
Hi Ali,
Of course this is real, Umbraco is good for such site. You can use some jquery plugin for loading data from server such:
http://jscroll.com/ http://plugins.jquery.com/infiniteScroll/
And create some handler which will be send data to the page.
Thanks, Alex
is working on a reply...