CSS Photo Shuffle Revisited
I got the chance to use the Photo Shuffler I posted about a few weeks ago. It's even better than it appears. Very simple and straight forward. The instructions are commented into the code that you insert into your page. The only trouble I had was getting the existing CSS to quit interfering with the shuffling images. The site I used it on has a subtle border effect on all photos built into the CSS. When the photos shuffle, the photo with it's outline fades out revealing the next photo behind. The second photo when it first appears is actually the DIV background image and therefore has no border. As soon as it becomes fully visible, the javascript changes it to the primary image and the border appears. This border off - border-on effect causes the photo to appear to move slightly as it shuffles. A small addition to my CSS allowed for a photo without a border and the effect disappeared. Holtzman Photo Tour

Comments
Post new comment