I have installed the ARI Ext Menu, on Joomla 1.6(installed fully with database). Previously, after installing the module, and activating it ,the menu was not visible, in the following position:
position-1
* beez5 (Top)
* beez_20 (Top)
After reading through your forum, i have copied the following code, in the CSS style box,
div#header
{
overflow: visible;
}
#header ul.ux-menu li a:link,
#header ul.ux-menu li a:visited
{
display: block;
padding: 10px 14px;
}
#header ul.ux-menu li a.ux-menu-link-parent:link,
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 10px 24px 10px 14px;
}
#header .ux-menu ul.ux-menu-hidden
{
display: none;
}
#header ul.ux-menu
{
right: 0;
margin: 0;
padding: 0;
position: relative;
}
#header ul.ux-menu-sub li
{
float: none;
text-align: left;
}
#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}
#header .ux-menu-container
{
position: absolute;
top: 48px;
left: 10px;
}
Now the menu is visible, but the submenu bar, on hover, is going out of the boundary of the page, I am attaching the images. Also How do we change the font color, on hover from white to black, also the color of the menu bar etc.