Spices for modern browsers: border-radius, box-shadow and text-shadow

While updating the blog I remembered what Matt Thomas mentioned a while ago: I like to give people using modern browsers a little something extra to reward them. Not a direct quote, but that was the idea. There are a few very interesting CSS3 rules that only a select few of the web browsers have… Continue reading Spices for modern browsers: border-radius, box-shadow and text-shadow

Pure CSS animated menu

I’ve had this idea for a long time, to create a menu that would look animated but still being all CSS. The trick is to use the movement of the mouse over different objects to trigger other elements to change. Thanks to normal child selectors, nested elements and some padding animation is actually possible. The… Continue reading Pure CSS animated menu