That’s pretty cool code but I’m not sure I would use it on one of my sites. I’m not sure I like the way the previous text is concealed when another link is clicked and a text field drops down. I think I might find that kind of frustrating if I were clicking out a lot of links in the box. It’s an attractive example though. Thanks.
CSS3 accordion I came across used “:target” pseudo class. There are two main reasons: opening an accordion with a click (“target”) is much better than opening it on mouse over (“hover”); and it provides RESTful URLs for each panel. Sounds like solid reasons – but there are serious drawbacks, which can’t be overlooked: