thanks alot for the response, I figured out why I wasnt getting the address right.
This is the correct one: http://royalvillicus.com/photo_site/photo.html I was able to get the error to go away and the scroll to semi come up. right now it is very far to the left and half way off screen. Another problem I noticed is that horizontal control is over by the "enter site" link and there doesnt seem to be any vertical hold, just seems to stretch from the bottom of the screen to the top. One last thing any idea on how to make a vertical duplicate of this scroll instead of the horizontal one I have now? Thank you very much for all your help On Feb 20, 7:11 pm, ricardobeat <ricardob...@gmail.com> wrote: > Your function looks fine. The URL given does not exist. > > jQuery(function($){ > $("#carousel") > .html( $("#holder_images").html() ) > .carousel3d({ > control: 'continuous', > radiusY: 0, > speed: 1, > radiusX: 250, > fadeEffect: 1, > centerX: $('#carousel').offset().left + $ > ('#carousel').width()/2 > }); > > }); > > On Feb 20, 6:46 pm,surreal5335<surrea...@hotmail.com> wrote: > > > I posted this earlier today, but couldnt find it when I chacked back > > again, I guess it didnt go through all the way. > > > I got this code that worked great by itself, but in my site it doesnt > > work, says its an improper function. Does any one have any idea as to > > how to solve this? > > > jQuery(function($) { > > $("#carousel").html( > > $("#holder_images").html()).carousel3d({ control: 'continuous', > > radiusY: 0, speed: 1, radiusX: 250, fadeEffect: 1, centerX: $ > > ('#carousel').offset().left + $('#carousel').width()/2 }); > > }); > > > Here is the link to the page that contains this code: > > >http://royalvillicus.com/photosite/photo.html > > > Thanks a lot for all you help