Rey, that's cool, will use it sometime! A little tip: you are serving the demo page as text/html, therefore you shouldn't include an xml prologue:
<?xml version="1.0" encoding="utf-8"?> Because it isn't xml. Besides that IE is thrown into Quirks mode which can cause you some headache... Cheers, Klaus Rey Bango schrieb: > I saw this posting: > > http://mikeomatic.net/techtips/css-crossfader/ > > and it showed a really cool fader. So I duplicated it using JQuery: > > http://www.intoajax.com/fade.htm > > The cool thing is that I didn't need to load scriptaculous to do it. > > Enjoy! > > Rey... > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
