Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving menu Item

Status
Not open for further replies.

manobu

Programmer
Joined
Oct 22, 2007
Messages
1
Location
GB
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top