Log in

View Full Version : Displaying IMg on top of slideshow



Pacaron
05-30-2014, 02:34 PM
What CSS do I need to add to get the image on top of the slide show.. Without fading in/out with each slide
Http://www.alpacahay.com/cinn/test.html
Thanks...
Ron

auntnini
05-30-2014, 11:26 PM
Do you mean "layered over" the slideshow -- like in position:absolute?

I have a position:absolute signature logo layered over the intro slideshow at http://www.josephdenaro.com. The <div> holding the slideshow is position:relative. Also use z-index.

Or do you want to have a background-image under the slideshow.

It's distressing to see <TABLE> layout.

kred
05-31-2014, 12:36 PM
Pacaron, I have checked you website and seen that you've managed to properly place the image without any problems with fading.

jscheuer1
05-31-2014, 02:40 PM
Yes, looks like you already have what you say you want. Are you still having a problem? Perhaps in a particular browser? Just want to know if what you did is 'OK'? Any other issues?