tags:

views:

175

answers:

1
A: 

What does your script block look like?

If it literally says this:

$("#s3slider").s3slider

try changing it to:

$("#s3slider").s3slider();

DA
script block says this: $('#s3slider').s3Slider({timeout: 4000}); this is about the strangest error ever. what do you think
Eagletrophy
well I checked and i had to a. update firefox and then go over the code again and make a lot of additions. I wanted to customize it but messed with it pretty good. MY BAD guys sorry.
Eagletrophy