I'm want to create a hoizontal menu with a dropdown submenu using lists. This is easy, but I'd like the first submenu item to drop down from the main menu item, and the rest of the items to be displayed next to first submenu item so a horiztonal menu drops down from the main manu. However later on I'll want these submenu items to have sub submenu items that are displayed below them.
I haven't got any code yet because I'm not yet sure how to start. Can anyone at least suggest to me how to get the first drop down menu hoizontal.
Code:
+--------+--------+--------+--------+--------+ | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 | +--------+--------+-------++--------+--------+ | Sub Item 1 | Sub Item 2 | +------------+------------+ | SSI 1 1 | SSI 2 1 | | SSI 1 2 | SSI 2 2 | | SSI 1 3 | SSI 2 3 | | SSI 1 4 | SSI 2 4 | +------------+------------+
Comment