Pretty Cycling Images and URLs


I recently tossed up my little cycling badge of things I like (to the left) and in the process I had to do some CSS/jQuery “research”.

I found THIS really helpful guide that nicely explained everything, but it wasn’t precisely what I wanted. I found that in using the code as given there, all the images would grossly load in a stack and images of different sizes would remain visible in the stack as they cycled. I also didn’t really like the idea of the fading animations being tied to the IMG tag, I wanted to use a more generic DIV container instead, after all I like writing code I can easily re-use later.

Read beyond the break for the code..
Read more “Pretty Cycling Images and URLs”