Hello,
This module is great, thank you for the excelent work.
I'm having some problems configuring the css in a probably common question, but can't find the answer in the forum so here it goes.
Need to place a vertical menu on the right sidebar of a site, so the submenu items must appear on the left of the parent menuitems.
Already change some css properties but probably there is a better way because the parent item becomes inactive when the submenu is showing.
The site:
www.zutil.com/box4 (2є link from the top right)
The css used:
#ariextmenu_ariext24 A
{
width:175px;
}
#ariextmenu_ariext24 .ux-menu-link-parent
{
width:165px;
}
#ariextmenu_ariext24 .ux-menu .ux-menu-sub
{
left:-207px;
}
BODY .ux-menu A:focus,
BODY .ux-menu A:hover,
BODY .ux-menu A.ux-menu-link-hover
{
background: #000000 none;
}
BODY .ux-menu A.ux-menu-link
{
background: #000000 none;
}
BODY .ux-menu .ux-menu-sub LI,
BODY .ux-menu .ux-menu-sub LI A
{
left:-207px;
top:-3px;
text-align: left;
}
Thanks you