I am facing an issue with a tabbed menu on my webpage. While the menu is functioning correctly, I am struggling to remove the bottom border from the active tab.
You can view all of my test code here.
While I have come across solutions using <ul>
and <li>
for creating tabs, my implementation relies on <div>
and <a>
tags. The solutions provided for list tags do not seem to work in this case.
Currently, my code appears like this: https://i.stack.imgur.com/RL3bo.png
However, I want it to resemble more like this:
https://i.stack.imgur.com/Fwobz.png
Any guidance would be appreciated. Thank you.