Fixed menu position. Ticket #3709.

This commit is contained in:
Daniel Maya 2016-06-02 15:09:06 +02:00
parent db8c7cb4f5
commit a42e3a310b
1 changed files with 7 additions and 0 deletions

View File

@ -102,6 +102,13 @@ function close_submenus () {
} }
$(document).ready( function() { $(document).ready( function() {
//Daniel maya 02/06/2016 Fixed menu position--INI
if (fixed_menu) {
$('div#menu')
.css('position', 'fixed')
.css('z-index', '9000')
}
//Daniel maya 02/06/2016 Fixed menu position--END
/* /*
$("img.toggle").click (function (e) { $("img.toggle").click (function (e) {
//In case the links gets activated, we don't want to follow link //In case the links gets activated, we don't want to follow link