Need Help Creating A Stacked Menu Using Nice Menu

Created on 5 December 2012, over 11 years ago
Updated 2 May 2024, about 2 months ago

I am new to Drupal. I am trying to create a stacked menu in Drupal using nice menu; I want the children menu to be displayed in a stack under the parents like the one displayed on this website http://www.smartvue.com . I tried to modifiy the css code of nice menu changing the position of ul.nice-menu from relative to static:

ul.nice-menu,
ul.nice-menu ul {
z-index: -1;
position: static; (changing it from relative to static, li position as well )

}

#nice-menu-1 li {
position: static;
font-family: Verdana, Geneva, sans-serif;
width: 161 px;
float: left;
text-decoration: none;
font-size: 16px;
list-style: none;
width: 160px;
text-align: center;

}
But it does not seem to work. I will appreciate some styling help.

Thanks!

πŸ’¬ Support request
Status

Closed: outdated

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States MyrleneJ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024