Archived topic
What is this kind of element called?
6 replies · Started by Peter on February 9, 2021
Hi, can anybody tell me what this kind of element is called? I am talking about these "tabs" here at https://www.upslide.net/en/ (scroll down a little bit until you see "PowerPoint, Excel and Word perfectly reworked to suit you"). On the left there should be three boxes and if you click on one of them the content on the right changes accordingly.
Are there any good plugins or pure CSS solutions (preferred) for this kind of element. I think it might be called a tabbed slider but I am not sure.
Thanks!
Here is another example at https://www.keycdn.com/ (scroll down to "Develop with ease
Complete account control with our RESTful API.")
Hi there,
You could try searching for an Accordion plugin :)
The first example you found is quite a fancy one though - I'd assume it's a complete custom coded solution.
Hope this helps :)
Thanks! I have follow-up question: I found this accordion: https://codepen.io/morimiko/pen/prMyrO
It works well within GP Premium. Only issue is that this code is manipulating the "input" and "label" in the CSS. So it also changes the inputs and labels of my contact form which I want to avoid.
Any idea how I need to change the CSS of the accordion to not affect my contact form?
Thanks!
Hmm I think you could try adding the .wrapper class in front of the input and label selectors.
This works perfectly! Thanks!
No problem :)