Fixed menu position. Ticket #3709.
This commit is contained in:
parent
db8c7cb4f5
commit
a42e3a310b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue