Hi guys,
I'm trying to create a page layout that displays a row of 6 pages in the form of buttons with images (these images are associated with each specific page with Magic Fields) and, when they're clicked, a row of contents is displayed below that row of 6 buttons (with a show/hide script). I can't display the contents in-line with the buttons because that way it will break my button row, therefore I have to use a scheme like this:
Button 1 | Button 2 | Button 3 | Button 4 | Button 5 | Button 6
Hidden Content 1 | Hidden Content 2 | Hidden Content 3 | Hidden Content 4 | Hidden Content 5 | Hidden Content 6
Button 7 | Button 8 | Button 9 | Button 10 | Button 11 | Button 12
Hidden Content 7 | Hidden Content 8 | Hidden Content 9 | Hidden Content 10 | Hidden Content 11 | Hidden Content 12
Does anyone know how I can achive this tipe of page listing?
Thanks!