CSS3 accordion
Posted: 29 July 2010 09:48 PM   [ Ignore ]
Newbie
Rank
Total Posts:  7
Joined  2010-07-13

hi,

Here is an Accordion only in CSS3 using :target pseudo-element.
I hope it will be useful!

Accordion in CSS3

Profile
 
 
Posted: 07 August 2010 06:04 AM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  94
Joined  2010-06-17

if I can ask a favor ...

If you’re on an English-speaking forum posting in English, it would be helpful if the page you liked to was in English as well.

Dave Davies, CEO
Beanstalk SEO

Profile
 
 
Posted: 03 September 2010 08:47 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2010-09-03

awesome , css3 rocks

___________________________________
martinique

Profile
 
 
Posted: 15 September 2010 06:23 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  25
Joined  2010-09-15

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.

___________________________________
custom rubber molding

Profile
 
 
Posted: 13 December 2010 12:48 PM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  1
Joined  2010-12-13

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:

Burial Urns

Profile
 
 
Posted: 13 December 2010 02:23 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  2
Joined  2010-12-13

Thank your for your sharing . I like it very much

Profile