I created a CSS3 menu item, i want to display the articles item in a special way : If you click on the 4th items it should display the first one, then the second one, then the third with a small delay between them, like 0.5s.
In the same way, ifyou click onthe 2nd it should popup the first one and the second one after a small delay.
It's supposed to nice & smooth :)
Well, now it's still not what i want to achieve( here a live version of what i got http://jsfiddle.net/vH4DV/4/)
Do you think i can do this with CSS3 only ? Should i use Jquery ?
Thanks for your help !
EDIT
Finally get this done, here is the final live version http://jsfiddle.net/vH4DV/21/