tags:

views:

293

answers:

2

I want to show a DropDown that should display two values in two columns. I want in HTML or CSS.

+2  A: 

Mega-dropdown? Check this example; Tutorial here.

Nimbuz
+1  A: 

You won't be able to do this with HTML and CSS only. You will have to use script also.

Here is a jQuery based drop down

mcDropdown jQuery Plug-in v1.2.10

You can also check this one

38 jQuery And CSS Drop Down Multi Level Menu Solutions

rahul
Examples for multi-column dropdowns always seem to focus menus, rather than a simple, multi-column dropdown with data values for data-entry. Line of business applications need these things all the time, yet nobody ever seems to think about data-entry uses.
Robert Harvey