I’d like to create a horizontal menu that always shows the top level menu and right under it the first sub level. So the first sub level of the active top level should stay expanded even if one doesnt hover the top level.
The other sub levels should only appear if one hovers the parent menu item.
Like:
– Hotel
— Rooms
— single
— double
— Rates
— Reservation
– Restaurant
— food
— drinks
— wines
— coctails
— specials
should generate this if hotel is active:
Hotel | Restaurant
Rooms | Rates | Reservation
Is that possible or would that need massive code changes?
Thanks!
Peter