CodePen probably won't work great in this browser. We generally only support the major desktop browsers like Chrome, Firefox, Safari, and Edge. Use this one at your own risk! If you're looking to test things, try looking at Pens/Projects in Debug View.
Got into using this idea, but quickly ran into issues with content below it. Since the tab contents are absolutely position, they're out of the flow, and will overlap content below. It could be hacked with JS, but I'd rather not have to do that...
Thank you!
I had to make some modifications for my specific site but this helped me tons. I also had an issue with using position: absolute. Works great otherwise.
nice bro.
Thanks Jupiter St John
Nice. Any way to use the "checkbox trick" for making tab active to avoid use of JS ?
possibly, this is just an example to 'show the way'.
I'm thinking your idea might not work in opera mini because of how that browser works.
amazing idea!
Very nice. If you don't mind, I forked for a small optimization of using '$(this)'
Got into using this idea, but quickly ran into issues with content below it. Since the tab contents are absolutely position, they're out of the flow, and will overlap content below. It could be hacked with JS, but I'd rather not have to do that...
Oh, CSS...
Oh and BTW, accordi o n
This solution doesn't work if you have content below
Thank you! I had to make some modifications for my specific site but this helped me tons. I also had an issue with using position: absolute. Works great otherwise.