testeingchecking
03-20-2008, 12:36 AM
I'd like to stack a series of small slideshows vertically as the background behind a foreground border image.
I am brand new to this. I can use both the ultimate and swiss army slideshows successfully, and the code I found for stacking background images vertically behind a foreground image works fine too.
But I don't know how to combine them.
Here is the background that I can use with an example (****) of what I would like to do with the results from the javascript slideshow, if it were possible.
<style>
span#column {
float:right;
width:191px;
height:787px;
font:0px/0px serif;
background-image:url(file:///Users/boss/Desktop/rt-col/0a-rec-2.png),
****url('javascript:new fadeshow(fadeimages, 176, 846, 0, 3000, 0)'),****
url(file:///Users/boss/Desktop/rt-col/3b-ryle-2.png),
url(file:///Users/boss/Desktop/rt-col/3c-durer.png),
url(file:///Users/boss/Desktop/rt-col/3d-carolina-church.png);
background-repeat:no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
background-position: 9px 0.1%, 9px 99px, 9px 265px, 9px 430px, 9px 597px;
}
head:first-child+body span#column {
width:auto;height:auto
}
span#column:before {
content:url(file:///Users/boss/Desktop/rt-col/1-foreground.png);
}
</style>
By the way, the reason for doing it this way is that the images will be about 20% the size than the ones I would use for the ultimate or swiss army slideshows as they are. Since I am using about twenty thumbnails total, I want to keep the load down. A gif worked, but the quality is very poor, and if I change one little thing, I have to make it all over. Also, by loading the slideshows in a background stacked, I can control the slideshow settings and make changes more easily.
Thanks to anyone who can show me a code!
I am brand new to this. I can use both the ultimate and swiss army slideshows successfully, and the code I found for stacking background images vertically behind a foreground image works fine too.
But I don't know how to combine them.
Here is the background that I can use with an example (****) of what I would like to do with the results from the javascript slideshow, if it were possible.
<style>
span#column {
float:right;
width:191px;
height:787px;
font:0px/0px serif;
background-image:url(file:///Users/boss/Desktop/rt-col/0a-rec-2.png),
****url('javascript:new fadeshow(fadeimages, 176, 846, 0, 3000, 0)'),****
url(file:///Users/boss/Desktop/rt-col/3b-ryle-2.png),
url(file:///Users/boss/Desktop/rt-col/3c-durer.png),
url(file:///Users/boss/Desktop/rt-col/3d-carolina-church.png);
background-repeat:no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
background-position: 9px 0.1%, 9px 99px, 9px 265px, 9px 430px, 9px 597px;
}
head:first-child+body span#column {
width:auto;height:auto
}
span#column:before {
content:url(file:///Users/boss/Desktop/rt-col/1-foreground.png);
}
</style>
By the way, the reason for doing it this way is that the images will be about 20% the size than the ones I would use for the ultimate or swiss army slideshows as they are. Since I am using about twenty thumbnails total, I want to keep the load down. A gif worked, but the quality is very poor, and if I change one little thing, I have to make it all over. Also, by loading the slideshows in a background stacked, I can control the slideshow settings and make changes more easily.
Thanks to anyone who can show me a code!