PDA

View Full Version : Where can I..?



LukeBateson
29 Jan 2011, 11:52 AM
Something similar to the "tab-carousel" on http://www.raf.mod.uk/

Need one that looks nearly identical (or can be easily styled to look the same), since it's for an RAF subsidiaries website, and I'm looking to follow suite with the 'theme'. I've searched but had no look.

Literally need an image, and content box, controlled by tabs on an automatic timer.
I believe the RAF use jQuery for theirs.

Cheers
Luke

Jason
29 Jan 2011, 02:03 PM
Very simple.

Just about every javascript framework can do this out of the box. You can do this with jquery / mootools etc.

You just need to make 3 div's and 3 buttons. When one button is clicked, add a class or css to it to show it as highlighted, then hide 2 div's and show the third.

You don't even need to use a framework for it.

If you wanted to go for jquery then look at the show/hide/toggleClass functions.