Hey there, I'm currently working on a small website and I've run into a tricky issue. I have a navigation bar with dropdowns that should fade in when hovering over the main word on the navigation bar. I've tried various methods but nothing seems to be working. I've searched through different resources and tutorials, but no matter what I do, the desired effect is not achieved.
Here's my initial attempt using CSS:
CODE SNIPPET HERE
And here's my second attempt using JS:
ANOTHER CODE SNIPPET HERE
I apologize for my limited knowledge of JS, I believe there must be a simpler solution that I am missing out on entirely.
Thank you!