Recently, I encountered an issue with a menu containing tabs. When hovering over a tab, a list of items appears at the bottom of the tab. However, I decided that I wanted this list to transition downwards instead of simply appearing (previously set as display:block). The challenge arose when I realized that when the transition starts, the top of the list should be positioned based on a specific calculation (width of a tab multiplied by the number of tabs). Surprisingly, I hope to achieve this without using any JavaScript.
Does anyone know of a solution to address this situation?