we have bought three different templates of yours and all of them
seems to have the same time-delay by the mouse-over-function on the menu-bar whilst choosing any of the submenus.
e.g. you are attempting to select a submenu from the menu but the submenu it self disappears to eary.. ´don´t know how to express it better...
Do you have a solution for us?
We think it´s because of the little gap between the Menubutton and the Submenubuttons?
We would realy appreciate your help,
thank you very much ahead,
Sincerely yours
Chris B.
AS Templates
POSTED: 2015-02-18
Hello BENNINGSTUDIOS,
in the 'templates/as002064/css/ext.asmenu.css' file in the following class you have to change the top position from 37 to 33
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
we have bought three different templates of yours and all of them
seems to have the same time-delay by the mouse-over-function on the menu-bar whilst choosing any of the submenus.
e.g. you are attempting to select a submenu from the menu but the submenu it self disappears to eary.. ´don´t know how to express it better...
Do you have a solution for us?
We think it´s because of the little gap between the Menubutton and the Submenubuttons?
We would realy appreciate your help,
thank you very much ahead,
Sincerely yours
Chris B.
in the 'templates/as002064/css/ext.asmenu.css' file in the following class you have to change the top position from 37 to 33
#as-menu ul.as-menu li:hover ul,
#as-menu ul.as-menu li.asHover ul
{
left: 0;
top: 37px;
z-index: 100;
}
Regards, AS Team.