> I tried the css code with no change, here is the result and perhaps
> you can say if there is something not implemented as described above:

Your css is a bit off.  #slideshow is your container, not #top_area.
Your slides are the images with #slideshow, not the ".pics" class.
Try the following:

#slideshow { position: relative }
#slideshow img { position: absolute; top:0, left:0, display:none }
#slideshow img:first-child { display:block }

Mike

Reply via email to