osobrevilla / sidemenu

JavaScript library to create multilevel side menus. (DEPRECATED)
http://osobrevilla.github.io/sidemenu/
18 stars 4 forks source link

Not working on chrome 51.0.2704 #1

Open catherine24k opened 8 years ago

catherine24k commented 8 years ago

Hi , I have tries this plugin in chrome, but its seem doesn't work well. clicked on "open slide menu" nothing show up. May I know how to solve this? or this plugin not cater for chrome ?

thanks in advance.

osobrevilla commented 8 years ago

The demo page works fine. IT is posible that you forget puya the dom elemento un your documento body or some css .

catherine24k commented 8 years ago

Hi I would like to check , how can I close the sidemenu when user click on outside sidemenu ? So i can close sidemenu not only click on "close button" thanks in advance

osobrevilla commented 8 years ago

@catherine24k, I create a new feature for sidemenu. Now is posible add option overlay to options object passed to constructor of SideMenu

var sideMenu = new SideMenu([
  new SMLabelItem("The First Item Added!")
], { overlay: true });

Look inside index.html code.