Actually it seems to be working after I modified your code slightly to
this (added semicolons):

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

Reply via email to