I've been on the hunt for a way to create a mega menu similar to Mashable's without relying on PHP or MySQL, and I'm hitting a roadblock.
If anyone has any insight, it would be greatly appreciated. I feel like I've been staring at my screen for so long that my eyes are starting to turn square from searching endlessly online.
I've come across various examples of jQuery dropdown mega menus where hovering triggers a full-width expansion with more options visible. However, what I'm specifically looking for is the effect seen on Mashable, where a dropdown reveals an unordered list on the left side and additional sublists when hovering over each item.
All the examples I've found involve dynamically loading content using external PHP pages, but all I need is to display a static sublist without that extra functionality.
You can check out the desired effect by visiting:
Can anyone provide guidance or point me in the right direction?