Forum Moderators: open
And instead of firing the event when you mouseover the left/right arrows, do it with cursor position. More precisely, calculate how far the cursor is from the center of the menu and move the menu incrementally in the right direction.
Hope that helps.
I've done a simple, pure HTML (with a little SSI for CGI) image gallery. Completely cross browser and degradable (works without any JS). The images, when clicked, open in a new popup window.
That sound about right?
ok, the next step is to javascript-ise the gallery, to auto-scroll the image thumbnail gallery, and when clicked I'm going to use a DIV overlay to pop the image up. That way popup blockers won't get in the way.
Is that about what you want?