I have a problem with as-menu (main menu). When I want to choose one submenu's item and I quick move mouse on this item, sometimes whole list of submenus disappear for a moment. Any suggestions?
http://sydel.technicon.com.pl/technicon3/
AS Templates
POSTED: 2015-08-31
Hello TECHNICON,
Try to edit following code in ext.asmenu.css file ( line 54)
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
I have a problem with as-menu (main menu). When I want to choose one submenu's item and I quick move mouse on this item, sometimes whole list of submenus disappear for a moment. Any suggestions?
http://sydel.technicon.com.pl/technicon3/
Try to edit following code in ext.asmenu.css file ( line 54)
.navigation #as-menu ul.as-menu > li
{
...
margin: 0 0 -10px 0;
padding: 0 0 10px 0;
...
}
Regards, AS Team.
Thank You!