On St Joe, change this:
Code:
<div id="fadeshow1" style="text-align:center;"></div>
to:
Code:
<div id="fadeshow1"></div>
There's no text in there, and that style might mess up the images' alignment in some browsers.
In the stylesheet put:
Code:
#fadeshow1, #fadeshow1 .gallerylayer {
background-image: url(/school_files/SJ-IHMAlumni/LongPhoto/long_photo.jpg);
width: 810px;
height: 300px;
}
And here, make the highlighted changes:
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [810, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image //height will be programatically changed in fadeslideshow.js based on height of first image in folder
imagearray: [
["/school_files/SJ-IHMA . . .
Bookmarks