javascript - Changing Menu from Hidden to Visible -
i'm trying sliding menu layout http://tympanus.net/codrops/2012/12/11/fullscreen-pageflip-layout/ displayed default upon coming website. is, of our clients might not understand how display menu. don't work javascript assuming way fix it... i've tried can think of must missing something. appreciated!
thanks
i checked example on codrops
it seems show menu giving container left: 240px;
property
#container { left: 240px; }
should make menu visible on page load.
or give container .slideright
class plugins functionality stays intact, means menu still closable.
the first solution means fixed on open position.
whatever suits best ;)
Comments
Post a Comment