Universal CSS Navigation Menu Support Product Page
Answered
Horizontal dynamic menu and horizontal submenu on 2 lines
Asked 05 Aug 2013 00:01:03
1
has this question
05 Aug 2013 00:01:03 Massi MamoTech posted:
Hi, I want to always realize a horizontal menu with horizontal sottomenu taking the data from a chart of my database. My chart has 4 fields: id, menu, submenu, link. On the first line I want to see all the voices menu, while on the second I want to see the voices sottomenu prepared in horizontal line it is possible? I have tried to follow your tutorial but the sottomenus you/they are visualized in vertical. You can help me. Thanks
Replies
Replied 05 Aug 2013 09:30:07
05 Aug 2013 09:30:07 Miroslav Zografski replied:
Hello Massi,
The menu CSS is done so to display the sub menus as vertical menus. You can try playing around with css and apply something like display: inline to the sub menus.
Regards,
The menu CSS is done so to display the sub menus as vertical menus. You can try playing around with css and apply something like display: inline to the sub menus.
Regards,
Replied 05 Aug 2013 13:21:23
05 Aug 2013 13:21:23 Massi MamoTech replied:
Hi, thanks for the answer, even if I hoped that there was some option that made me the effect that I desired. However as I do to put the link above the voice of my menù? Because I have noticed that for the link I have an empty sottomenù.
view mylink: www.lamadia.net/lang/homepageo.asp?Lang=IT
view mylink: www.lamadia.net/lang/homepageo.asp?Lang=IT
Replied 20 Aug 2013 14:39:09
20 Aug 2013 14:39:09 Massi MamoTech replied:
From Support Chat: Miro:
insert:
<style>
.dmxNavigationMenu.dmxzone_inspired ul.sub li{
display:inline-block !important;
}
</style>
insert:
<style>
.dmxNavigationMenu.dmxzone_inspired ul.sub li{
display:inline-block !important;
}
</style>