[jQuery] jCarousel initial images

2009-04-10 Thread Daniel Khan

Hello,

as the issues addressed in my first posting are mostly solved I do
this new post - maybe someone can help me with that.
I use jCarousel with jQuery to pull images from flickr and everything
works so far except for the initial state in firefox. It only requests
one image at the beginning so that only one is shown. Looks as
if .first and .last are wrong at the beginning.

It also works if I reload with caching on. Then the first request
fails and then it is shown correctly.
If I disable caching only one image is shown at the beginning till I
scroll to the next.

Here is the example: http://almdorf-reiteralm.sandbox.khan-it.at/

Maybe someone can help me now.

Thanks in advance

Daniel


[jQuery] jCarousel display and scrolling problems

2009-04-09 Thread Daniel Khan

Hello,

I am using jCarousel 0.2.3 with jQuery 1.3.2 for displaying flickr
images and slimbox2 to show them in a lightbox.

I'm new to jQuery and I fiddled everything together from examples and
it allready works somehow but ere is my problem:

In FF most of the time only one picture is shown at the beginning.
Firebug also shows this request:
http://almdorf-reiteralm.sandbox.khan-it.at/lib/dynamic_flickr_api.php?per_page=1page=1
So it only wants to fetch one. Funny enough IE shows 3 images as
expected.

This is for IE and FF:
When I try to scroll I can see the next images floating through the
visible area very quickly till they are gone.
Scrolling back doesn't work at all.

It seems as if the .first and .last value is somehow wrong but I have
no clue how they are calculated.

You can see the scroller at http://almdorf-reiteralm.sandbox.khan-it.at/
The jCarousel code is here:
http://almdorf-reiteralm.sandbox.khan-it.at/mysite/javascript/jcarousel_loader.js

Maybe someone can help me out.

Thanks in advance!

Daniel




[jQuery] Re: jCarousel display and scrolling problems

2009-04-09 Thread Daniel Khan

Hello again,

scrolling works now - I copyied the example over it again.
But still initially opnly one image is loaded in FF.

Greetings

Daniel Khan