PDA

View Full Version : Graphical Timeline (not using flash)



nissin67
19 Nov 2009, 12:27 PM
Hi,

I'm trying to make a graphical timeline without using flash. I am looking at something similiar to this (http://www.graphicdesigntimeline.net/), but with the following requirements:


horizontal scrolling with mouse-over (when you move your move to the end of the line, it will scroll further left/right of the screen for more timeline
not using flash


Anyone know what language I should use or even better a sample script for this?

Thanks!

dmcleary
20 Nov 2009, 07:14 AM
Hi Nissin67,

You could use Javascript to do this.

It's necessary to look at the offset of the mouse cursor from the centre of the page and scroll an element appropriately. All of this is possible in JavaScript.

I hope that helps.

Regards,


David