The recipient will be unavailable until July 15th and will respond to
your message afterwards.
Am 12.07.2007 um 22:09 schrieb [email protected]:
Due to an upgrade of SmarterMail, digests are not working properly.
Please bear with us. We are working on it with the software vendor.
There is nothing that Peter or Russ can do about it except shut off
digests altogether until it is rectified, which we are not going to
do. If you want to take yourself off the digest, please do so and
we'll let you know when it is fixed via the announce list.
*********************************************************************
WEB STANDARDS GROUP MAIL LIST DIGEST
*********************************************************************
From: [EMAIL PROTECTED]
Date: Fri, 13 Jul 2007 08:07:28 +1200 (NZST)
Subject: [WSG] Javascript image rotator
Hi Paul
Hmm, I have seen a few examples of people using Jscript only to do
it.
I don't need to modify the image, just reload a new one every five
seconds or so. I can find scripts to do this, just need the fade
bit I
guess.
Apparently, I can't use Flash for this.
I recently used jquery [1] for this, and a plug in called innerfade
[2],
at http://reviews.somuchworld.com
Innerfade iterates through a list of items. For browsers with
javascript
off, quick fix for me was to set all but the first item's
visibility to
hidden. A nicer fix might be to pull the additional items through via
ajax.
Once jquery and innerfade were in place, this is the additional
javascrip
t
I wrote:
/**
* Attach to #random town, and fade in towns
*/
$(document).ready(function () {
$('#random town .town').css('display', 'block');
$('#random town').innerfade({ speed: 4000, timeout: 6000, type:
'sequence', containerheight: 'auto' });
});
[1] http://jquery
[2] http://medienfreunde.com/lab/innerfade/
PS. The somuchworld site is a work in progress, albeit live.
**************************************************************
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
**************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************