I am trying to use the slide show script from on Dynamic Drive, Ultimate Fade-in slideshow (v2.4), to create 5 rotating shows aligned horizontally, but for whatever reason they keep going in a funky diagonal instead. I tried reversing how they are put in and that didnt help anything either:
<div id="fadeshow5" class="Show5"></div>
<div id="fadeshow4" class="Show4"></div>
<div id="fadeshow3" class="Show3"></div>
<div id="fadeshow2" class="Show2"></div>
<div id="fadeshow1" class="Show1"></div>
div.Show5 { position:absolute; top:250px; left:675px; z-index:9; }
div.Show4 { position:absolute; top:250px; left:525px; z-index:10; }
div.Show3 { position:absolute; top:250px; left:375px; z-index:11; }
div.Show2 { position:absolute; top:250px; left:225px; z-index:12; }
div.Show1 { position:absolute; top:250px; left:75px; z-index:13; }
Any suggestions? I want to use this script as it allows sizing of the photos I use in the show. Unless there is another one that will work better. Thanks



Reply With Quote



Bookmarks