[jQuery] Overlay div over effect?
I've been trying to figure this out all afternoon, but haven't had any
luck. I would like to place a small floating div over an image. The
floating div should always remain on top of the image, and the image
uses the fadeIn effect. When I do so, when the image fades in it
overlays the floating div. I've tried setting the z-index of the
floating div to 1000.
The page and code can be found at http://author.colby.edu/slideshow.cfm
Any ideas?