I have created a unique CSS3 menu item and I am looking to showcase the articles
item in a special way: By clicking on the 4th item, it should display the first one, followed by the second one, then the third with a slight delay of 0.5 seconds between them. Similarly, clicking on the 2nd item should bring up the first one and then the second after a short delay. The effect should be nice and smooth :) However, the current version is not exactly what I had in mind. You can view the live version here: http://jsfiddle.net/vH4DV/4/
Do you think this can be achieved using CSS3 alone, or should I incorporate JQuery for this? Your help is greatly appreciated!
EDIT
Update: I have managed to achieve the desired effect. You can view the final live version here: http://jsfiddle.net/vH4DV/21/