Monthly Archives: June 2009

Accordion using only CSS

An accor­dion effect can be achieved using CSS3’s :tar­get pseudo-class, without requir­ing JavaS­cript. Using the pro­pri­et­ary –webkit-transition prop­erty this accor­dion can also be anim­ated.
Res­ult
CSS3 Accor­dion
Works in browsers that sup­port the :tar­get pseudo-class, see the Quirks Mode com­pat­ib­il­ity tables. Anim­a­tion works in recent Web­Kit based browsers.
How To
Each part of the accor­dion has an ID, head­ing and […]

Moving markup towards HTML5

Hav­ing read John Resig’s “HTML5 Shiv” art­icle and Remy Sharp’s “HTML5 enabling script”, it felt like the right time to begin the full fledged migra­tion from XHTML to a cross browser com­pat­ible HTML5 blog. All in all the pro­cess of updat­ing the tem­plates was pain­less, tak­ing about an hour or so to modify the Wordpress […]