I want to design a site very similar to the one above, but using HTML5 and CSS3 as much as possible (The site above uses Flash)
Can someone point me to a tutorial that would help me?
Basically what I'm looking for is the changing of content when a user clicks the navigation links without having to leave the page - it's so elegant, I want to emulate that! Including the fading, or something similar - I know the element should be able to do something like this, right?
I want to design a site very similar to the one above, but using HTML5 and CSS3 as much as possible (The site above uses Flash)
Can someone point me to a tutorial that would help me?
Basically what I'm looking for is the changing of content when a user clicks the navigation links without having to leave the page - it's so elegant, I want to emulate that! Including the fading, or something similar - I know the element should be able to do something like this, right?
Thanks all!
Basically what I'm looking for is the changing of content when a user clicks the navigation links without having to leave the page
use javascript to do ajax call. you can try jQuery
its an old post Chris made, but I think I started learning about dynamically loading content there.