How to make a sliding menu similar to the Facebook Mobile side menu with html,css,jquery?

后端 未结 5 694
北海茫月
北海茫月 2021-01-30 07:31

I am making a website and have a vertical list of buttons along the left side of the site. I want to hide them in the side so only a tab show. When the menu is hidden, I want th

5条回答
  •  广开言路
    2021-01-30 08:09

    Jquery .toggle and .animate will work as noted by mrtsherman. I would suggest using z-index and tweaking the css a bit more. Checkout this for an example - http://jsfiddle.net/codefuze/HYjEB/1/

提交回复
热议问题