Cross browser front-end development is painful. With the three major browser types out there ( IE, Gecko Firefox & Webkit Safari, Chrome) all handling small details ( or larger ones) differently things never work as you want right from the start. With the development of CSS3 all new and useful features are getting integrated into modern browser, but there is a difference in what browser support what. With a big part of the general...
Read More
Cross browser front-end development is painful. With the three major browser types out there ( IE, Gecko Firefox & Webkit Safari, Chrome) all handling small details ( or larger ones) differently things never work as you want right from the start.
With the development of CSS3 all new and useful features are getting integrated into modern...
I’ve been working on improving this jQuery slideshow and adding some extra features and automating some processes. Also I’ve added some examples on how to accomplish different kinds of slideshows, with and without autoPlay, custom buttons and descriptions for the different slides. You can find those here: examples.
Changes from...
So one problem I ran in to while developing the rvoCarousel plugin was the fact that at some point I need to place the last image as the first or the other way around. To prevent weird results, due to repositioning before the animation has finished, this has to be done after all animations are completed.
At first I tested out a method which...