How to Build a Kick-Butt CSS3 Mega Drop-Down Menu: "
Often used on e-commerce or large scale websites, mega menus are becoming more and more popular, as they offer an effective solution to displaying a lot of content while keeping a clean layout. In this tutorial, we’ll learn how to build a cross-browser, awesome CSS-only drop-down mega menu, using nice CSS3 features.
Step 1: Building the Navigation Bar
Let’s begin with a basic menu, built with an unordered list and some basic CSS styling.
<ul...