Ok but how do you make it so it doesn't repeat the same image or the one before?
Type: Posts; User: sdfagahetehr; Keyword(s):
Ok but how do you make it so it doesn't repeat the same image or the one before?
UPDATE:
My fix in the previous post, doesn't work in IE and some other browsers, so you need to add in this CSS to make it work with all the browsers:
#bg img {
/* IE 8+ */
-ms-filter:...
Excellent! Thank you so much, it works. Only thing, is there a way to change it so that it does random, but the next image is never the previous image?
For example, so it could never do this: 7454...
Now that I fixed the main issue,
one more thing, how can I randomize the images, but always starting with image #1?
SOLVED!!!! YAY!!!!
Ok so you need to add the following CSS:
#bg img {
opacity: -0.001;
}
OK so I am making progress --
it appears that the reason the SECOND TO LAST is displaying, is because apparently all images are displaying in a duplicate box; only, they disappear as their number...
[unrelated to issue with thread] I figured it out, it's a bug with this site - if I edit my post and add a Reply WIth Quote to a post I already posted, then for some reason it deletes the post...
No, it does not work correctly.
See here at this jsfiddle that it doesn't work correctly: http://jsfiddle.net/6CWud/10/
No, it doesn't work correctly.
Here I put the code into jsfiddle and uploaded some test images: http://jsfiddle.net/6CWud/10/
Moreover, what's weird is if you remove !important from the CSS...
I have a problem with this, it is a strange bug. If you have more than 3 images (4 or more images), then what happens is instead of fading into the next image, it instead fades into the next-to-last...