Put your images inside a container with a fixed width and overflow:hidden. See here for an example:
http://sorgalla.com/projects/jcarousel/examples/static_simple.html - Richard On Sun, Jun 29, 2008 at 6:13 PM, pek <[EMAIL PROTECTED]> wrote: > > So this is what I basically want to do and don't know where to look > for: > > I have a series of images in an unordered list which, with CSS, they > appear from left to right (using display: inline if I remember > correctly). > On the very left of the first image and on the very right of the last, > there are two buttons: previous and next respectively. > When someone clicks on the next, the first image slides left and > disappears while at the same time, from the right, the next image > slides and appears after the last. > > My problem is: > I can't seem to find a way of sliding something as if it is going > behind an invisible "wall".. And the opposite, slide something coming > from an invisible "wall".. > > I hope you understand what I am saying. > As always, thank you in advanced > > pek >