Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
That's not too hard to accomplish if you understand the fundamentals of JavaScript well. Viewing that sites source, I can see it was done in a custom fashion, as I would expect it to be.
It would be a bit hard to find something that you could just copy and paste to do exactly that, without understanding how the parts fit together.
See the "Fundamentals of Client Side JavaScript" sticky at the top of this forum for a introduction to script behavior in the browser.
In the meantime, you could try searching for a JavaScript content switcher: http://tinyurl.com/y9s6guz
|