Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

After version 49.0.1 the menus in our appliccation don't work: http://www.sicris.si. Any hint ?

  • 1 antwurd
  • 1 hat dit probleem
  • 6 werjeftes
  • Lêste antwurd fan Paul

more options

We tried to set a higher value to z-index with no succsess.

/* ---------------------------------------------------------------------- */ /* Main Navigation /* ---------------------------------------------------------------------- */

(function() {

var $mainNav = $('#glavna-nav').children('ul');

//$mainNav.css('position', 'absolute'); //$mainNav.css('z-index', '1000'); //$mainNav.children('li').css('z-index', '30000'); //$mainNav.children('li').css('position', 'absolute');


// Regular nav $mainNav.on('mouseenter', 'li', function() { var $this = $(this), $subMenu = $this.children('ul'); if( $subMenu.length ) $this.addClass('hover'); $subMenu.hide().stop(true, true).fadeIn(200);

/* var zIndex = Math.max.apply(null, Array.prototype.map.call(document.querySelectorAll('*'), function(el) { return +el.style.zIndex; })) + 9995 + 10; setTimeout(function() { $(this).css('z-index', zIndex); console.log('zIndex: ' + zIndex); }, 1000); */

}).on('mouseleave', 'li', function() { $(this).removeClass('hover').children('ul').stop(true, true).fadeOut(50); });

})();

/* end Main Navigation */

We tried to set a higher value to z-index with no succsess. /* ---------------------------------------------------------------------- */ /* Main Navigation /* ---------------------------------------------------------------------- */ (function() { var $mainNav = $('#glavna-nav').children('ul'); //$mainNav.css('position', 'absolute'); //$mainNav.css('z-index', '1000'); //$mainNav.children('li').css('z-index', '30000'); //$mainNav.children('li').css('position', 'absolute'); // Regular nav $mainNav.on('mouseenter', 'li', function() { var $this = $(this), $subMenu = $this.children('ul'); if( $subMenu.length ) $this.addClass('hover'); $subMenu.hide().stop(true, true).fadeIn(200); /* var zIndex = Math.max.apply(null, Array.prototype.map.call(document.querySelectorAll('*'), function(el) { return +el.style.zIndex; })) + 9995 + 10; setTimeout(function() { $(this).css('z-index', zIndex); console.log('zIndex: ' + zIndex); }, 1000); */ }).on('mouseleave', 'li', function() { $(this).removeClass('hover').children('ul').stop(true, true).fadeOut(50); }); })(); /* end Main Navigation */

Bewurke troch andrejko op

Alle antwurden (1)

more options

Hi

Thank you for your question. This forum is more for user support issues with Firefox and Mozilla software. With this being more of a developer query, I recommend that you ask in Stack Overflow.

I am sure that one of the experts there should be able to help you.