Log in

View Full Version : Ultimate Fade-in slideshow (v2.4) problem with trying to overlay it with an image



JiminSA
01-19-2012, 12:01 PM
I wonder if anyone might be able to help me with a small problem I'm having with Absolute positioning over a Javascript slideshow (from this site).
It would appear that the JS slideshow overlays the overlay! You can see what I mean by checking this code...

<img src="./images/Text.png" style="position: absolute; left: 100px; top: 50px;"></h1>
<div id="fadeshow"></div>

and looking at the following link...
http://pre-ownedcars.co.za

I would love to know how to get around this problem...

jscheuer1
01-19-2012, 03:37 PM
<img src="./images/Text.png" style="position: absolute; left: 100px; top: 50px;z-index:2000;">