Shape 5

Joomla Templates => Luxon - Club => : KlintWeb May 05, 2016, 07:54:26 PM



: Floating meny error - only in ff. Chrome and Edge works perfect
: KlintWeb May 05, 2016, 07:54:26 PM
I have a problem with the floating menu in ff latest version. When I point to display the sub menus, they pull down shortly. But then they pull up instead - looks like a java conflict.
It's the same problem on all sites.
If I point the second menu "MARINECENTER" which has several sub menus, and keep the pointing on them while I scroll , I can keep the sub menus displayed correctly, if they stay pointed, while I scroll down until the floating menu is displayed
Joomla 3.5.1
PHP 7
Site: http://vmac.dk

If you want to look in admin, I can send login pm


: Re: Floating meny error - only in ff. Chrome and Edge works perfect
: mikek May 06, 2016, 07:47:18 AM
Hello,

If you can private message me super admin access and ftp access I can take a closer look for you.


: Re: Floating meny error - only in ff. Chrome and Edge works perfect
: mikek May 09, 2016, 08:13:11 AM
Hello,

It was happening because of css that you added to thirdparty.css:

#s5_menu_wrap.s5_wrap_fmfullwidth ul.menu {
   display:inline;
}

It should be:

#s5_menu_wrap.s5_wrap_fmfullwidth ul.menu {
   width:100%;
}


: Re: Floating meny error - only in ff. Chrome and Edge works perfect
: KlintWeb May 09, 2016, 09:54:17 AM
Thanks a lot  ;)