- 🇨🇦Canada dadderley Vancouver
The code in #4 works really well in Horizontal Tabs.
One thing though, if you use
<a href="#" class="open-tab-1">open</a>
it will open the tab but go to the top of the page.This works much nicer
<a href="javascript:void(0);" class="open-tab-1">open</a>