Link to home
Start Free TrialLog in
Avatar of matthewjbailey1
matthewjbailey1

asked on

jquery automatic infinite carousel issue

Hello -

I am using some free jquery code for an auto scrolling carousel I found on the web located at:

http://jqueryfordesigners.com/demo/infinite-carousel-loop.html

as you can see it works just fine here, however, after I copy the code exactly from the source and move it my own host/webpage, now the 'previous' and 'next' arrows have disappeared, see below:

http://matthewjbailey.com/carousel_demo.html

The arrows do not appear to be graphics you can right click and 'save as' so I don't know if it is a missing image issue or what to call the images even if I made my own arrows. I see a css class for the arrows in the code, but there are no no links to any .css style sheet in the code so how/where this css class is coming from?

 If anyone has an idea of how to fix it, I would appreciate it.

ASKER CERTIFIED SOLUTION
Avatar of darren-w-
darren-w-
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
its done using the inline styles
Avatar of matthewjbailey1
matthewjbailey1

ASKER

man i feel like an idiot for missing the infinitecarousel .arrow class that had a url link to the arrows .png in it.

Thanks so much for your help, it works great now.
No probs