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 <[email protected]> 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