View Single Post
08-10-2008, 02:48 AM
#7
iwearoddsocks is offline iwearoddsocks
Status: Junior Member
Join date: Mar 2008
Location:
Expertise:
Software:
 
Posts: 91
iTrader: 3 / 100%
 

iwearoddsocks is on a distinguished road

  Old

Originally Posted by Jamesy View Post
Ahhh thanks guys. I got it fixed. It was something wrong in the css.

Oh, and @ Gareth, it is similar. I hired his coder cause I liked the script.
You've still yet to pay me. I told you the fix as well.

Code:
// Horizontal slider - was a ***** to find/implement

window.addEvent('domready',function(){

    var barservice = 0;
    var fass = 0;

    var p = $$('.fadein');
    p.each(function(el){
    el.effect('opacity',{ duration:2500, wait:false, transition:Fx.Transitions.Back.easeOut }).start(0,1);
    })
    
    
    var p = new avScroll({container:'innerScroller', imgWidth:407, scrollRange:22, leftHandle:'leftClicker',rightHandle:    'rightScroller', rw:'leftFF', ff:'rightFF', speed:400});

})