Knowing little about developing javascript, jquery and ajax from scratch… but… enough to tweak code… i would like to build a site with a similar sliding nav bar and panels as shown here > http://www.porte-sainte-claire.com. Any ideas where i can pick up a tutorial or code (paid or free) to get me started?
Hi there,
I helped someone else in the JS forum earlier this year with a similar project.
I wrote it up here.
Maybe that helps you.
yes, that is beautiful. i did not realize the sample i provided was a single page website; with all elements hidden until activated via js. Is there away to accomplish the same effect when pulling up other pages?
For instance i want to avoid the use of # (i.e. mysite.com/home.html#link1). I would still like the fluid motion of the sliding panels just via loading off page html without the page refreshing. My url will look like mysite.com/mytopic/mypage. Any ideas?
Yes, just prevent the link’s default action when you click on it.
The demo in the tutorial I linked to does this.