I have a HTML ul li based navigation requirement. How can I get the drop down to show up similar to how it looks like when we go to www.microsoft.com. For: ex if we go to www.microsoft.com and click on products it shows the list of products in the same dropdown window and the list of Entertainment in another column. How can we create a css for this? This is what I have
So in my case when someone clicks on Menu 1 it should show Sub Menu 1 in the drop down window and show sub menu 1a,1b,1c below it and then show Sub menu 2 and show sub menu 2a,2b,2c below it ... And if there is a long list of menu items it should show it in multiple columns.. Any one have a example css which accomplish this requirement?