hi folks,
i have an issue with my menu. I have a responsive slider with the capability to be seen in full screen. Originally he hasn't a menu ( i have many galleries to show) and i decide to add a responsive menu. So far so good, but when you go full screen and back to the normal view , the menu disappears. it's like the menu is not persistant.
this is the code i have to use load the slider and the menu.
Code:
$(document).ready(function() {
new FWDGallery("html", "load/config_combs.xml", true, "#000000", "#FFFFFF", "#000000");
var Menu = document.getElementById("Menu");
document.documentElement.appendChild(Menu);
var MenuBar2 = document.getElementById("MenuBar2");
document.documentElement.appendChild(MenuBar2);
how can i have my menu always one when i come back from the fullscreen please?
Thanx