jQuery: full Page horizontal slide -
can me full page slide left , right. want create fixed header links , want slide bottom div left or right. sample webpage
for example, lets main content x pixels wide.
create large div 3x pixels wide, contains 3 inline divs x pixels wide each.
you can simulate sliding adjusting margin-left
of outermost div. when margin-left
0, leftmost child div visible. when equals-x
, middle content show, , on.
make sure set overflow:hidden
outer div.
this should enough started. unless looking code you.
Comments
Post a Comment