Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Need help with this nice tab template not sure where content goes Reply To: Need help with this nice tab template not sure where content goes

#260626
JeroenR
Participant

I can’t find any explanation on the thing you are trying to find, so here is a possible solution.
Since the switching of classnames is already handled by javascript, you can use that same function to identify the content you want to see.
I have added multiple articles with id’s corresponding to the href attribute of the anchors in the list items. That id is being used to show the right article.
https://codepen.io/jeroenreijs/pen/KXWGxq

Maybe this can help you out.