javascript - facebook style menu implementation -


i trying put responsive site works on desktop/ipad/iphone/android tablet etc.

i trying add in facebook style left hand menu - 1 has 3 lines when click menu slides in , , content moved over

the problem having have set

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> 

so when slide in content extends viewport if set container have overflow hidden. know slide menu in on content not client wants

i doing slide in of menu using css transitions , seems smooth rather jquery.

has had similar problem / can suggest way round doing this?

cheers

dan

so far have found this

http://tech.xtremelabs.com/html5-facebook-style-sliding-menu-using-twitter-bootstrap-collapse/

this has working jsfiddle example


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -