I am working on Java Application where i am having menus which uses milonic scripts to generate menus.
Problem:
When number of menu on menuBar increases , content should appear as follows
<< MENU CONTENTS>> . ie Two arrow marks should appear at right and left having menu at middle.
Currently I am working having div tags with left and right with image of arrows and middle is milonic generated menu. i want to move menu to move whenever i click on the arrow image. i wonder whether i would be able to move the menu right and left.
For example
Menu with
<< 1 2 3 4 5 >>
if i click left arrow then i should have as <<23456>>. Could anyone give me the suggestion to move the menu.
Thanks in Advance.
Problem:
When number of menu on menuBar increases , content should appear as follows
<< MENU CONTENTS>> . ie Two arrow marks should appear at right and left having menu at middle.
Currently I am working having div tags with left and right with image of arrows and middle is milonic generated menu. i want to move menu to move whenever i click on the arrow image. i wonder whether i would be able to move the menu right and left.
For example
Menu with
<< 1 2 3 4 5 >>
if i click left arrow then i should have as <<23456>>. Could anyone give me the suggestion to move the menu.
Thanks in Advance.