Im looking on creating an image slider. Basically a 400px x 200px box that you can slide along and reveal more images. They will hold the 'latest' image uploads. Each slide will have about 4-5 images, you scoll accross and you view more.
I want to do this so that users without Javascript enabled can still see the images. Would it be best to create the box and to start with display the first 4-5 images and if JS is disabled then they get the first few. The images are selected at random from the new galleries. If the user has JS enabled then they can view all the images. There will be a limit of 15 images in the slider box. I can load the images into an array using PHP and then use JS to extract the images that wouldn't get displayed if the user has JS disabled. Anyone got any views on it? I was looking at the Yahoo Design Pattern for a similar thing. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
