Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upnavigation don't show #42
Open
Comments
This comment has been minimized.
This comment has been minimized.
@karafarinweb hi! can't find menu. do you use menu's markup ? look here read about |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
i use multi scroll in my web site but navigation don't show;
http://takceram.co.ir/new/index.php/%DA%AF%D8%A7%D9%84%D8%B1%DB%8C-%D8%AA%D8%B5%D8%A7%D9%88%DB%8C%D8%B1
my code is
jQuery('#myContainer').multiscroll({
anchors: ['1st', '2nd', '3nd','4st', '5nd', '6nd','7st', '8nd', '9nd','10st'],
loopTop: true,
loopBottom: true,
navigation: true,
navigationColor: '#000',
navigationTooltips:['1st', '2nd', '3nd','4st', '5nd', '6nd','7st', '8nd', '9nd','10st'],
navigationPosition: 'right',
scrollingSpeed: 1700
});
tanx