On 03/05/2007, at 3:23 AM, [EMAIL PROTECTED] wrote:
IS there anyway to not have the slideshow:
http://interface.eyecon.ro/demos/slideshow.html
show the photo's sort of in a vertical line until they all load.

I think CSS could solve this. Maybe you could just set the ul to position:relative and the li elements to position:absolute. That way the images would all stack on top of each other as they load. You may want to set the first li to have a higher z-index than the others though, so that the other images load hidden beneath the first to appear.

Does that help? Or am I misunderstanding the issue?

Joel Birch.

Reply via email to