Hi,
We’re trying to implement a custom menu based on a vertical list of icons, with a hover on each icon showing a submenu, like this: http://lifestop10.com/wp-content/themes/l210/menu.html
Additionally, we installed a wp plugin called slick-tab where we want to implement the custom menu.
We set up a plain-jane menu using dreamweaver and its built-in sprymenu library (what you see in the link above) and tried to implement it by inserting the html code into the widget area of the slick-tab. However it seems like something (we’re almost certain it’s not slick-tab) is conflicting with the display of the icon submenus. To see what we mean, take a look at the interim result at http://lifestop10.com/
Our main question is — Is there a tutorial or something like that which shows how to reuse the avia-menu css to implement what we need instead of adding even more css just to implement it?
Sincerely,
Chad
Hi ChadRichardFlorida!
Try to insert following code into the quick css field and the sub-menu list should work
.textwidget ul {
overflow: visible;
}
Best regards,
Peter