dogshasha
04-27-2009, 07:56 PM
1) Script Title: Ultimate Fade-in slideshow (v1.51)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Using this script, it is excellent, however I would like to use one addition.
http://www.geocities.com/dogshasha/rotatingimage.jpg
I tried to display an absolutely positioned image on the slideshow. I can make it work by using "position:absolute;" on css with a basic HTML file. But the slideshow seems to block this absolutely positioned image. Any idea why?
Here is the CSS code I use:
#myimg{
position:absolute;
top:10;
right:10;
width:99;
height:41;
}
Hope this is reasonably clear.
Many thanks in anticipation
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Using this script, it is excellent, however I would like to use one addition.
http://www.geocities.com/dogshasha/rotatingimage.jpg
I tried to display an absolutely positioned image on the slideshow. I can make it work by using "position:absolute;" on css with a basic HTML file. But the slideshow seems to block this absolutely positioned image. Any idea why?
Here is the CSS code I use:
#myimg{
position:absolute;
top:10;
right:10;
width:99;
height:41;
}
Hope this is reasonably clear.
Many thanks in anticipation