Another thing I was wondering is there a way to slow down the speed of
the carousel when the mouse hovers over it? There is such a small area
where it actually moves at a reasonable speed, outside of that it
moves extremely quickly and the 'speed' parameter seems to make no
difference in it.

Is there a way to nest the carousel in a table cell? It seems to
ignore the layout and go on top of everything else.

Is it possible to restrict the mouse hover area for the carousel? No
matter where my mouse is on the screen it is manipulating the carousel
speed.

Hopefully there is solutions to each of these questions. I havnt found
any parameters that control these elements.

Thanks a lot

On Feb 23, 3:54 pm, surreal5335 <surrea...@hotmail.com> wrote:
> 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

Reply via email to