August 4, 2006 at 9:09 pm
#210020
Thanks
Now I have a problem with moofix
#roller-outer .roller-one {
background: #99CCFF;
}
#roller-outer .roller-two {
background: url(../images/roller-one-bg.jpg) repeat-x;
}
#roller-outer .roller-three {
background: url(../images/roller-three-bg.jpg) repeat-x;
}
#roller-outer .roller-four {
background: url(../images/roller-four-bg.jpg) repeat-x;
}
#roller-outer .roller-five {
background: url(../images/roller-five-bg.jpg) repeat-x;
}
but it doesnt animate
from config js
var autoroll = true; // set to false if you don’t want it
var delayroll = 40000; // delay length, in miliseconds
var rollspeed = 1000; // animation duration, in miliseconds
THe moofx is just stuck on one pic
any ideas?