This is the blog of web developer and designer Andy Walpole.

Create and do what is new, through and through.


Drupal Association membership badge

A Blog in Suburban Glory: Web Design Ideas and Inspiration

A complete guide to CSS pseudo-elements
Mon 19th Jul 2010

Pseudo-elements are fantastically useful as they allow greater control of elements and selectors without extra HTML mark-up.

As with much advanced CSS, pseudo-element take up has been slow amongst web designers because of poor support in Internet Explorer.

However, as IE...

A complete guide to CSS pseudo-classes
Fri 11th Jun 2010

CSS 2.1 pseudo-classes

a:link {color:#3344dd}
a:visited {color:#804180}
a:hover {color:#b50010}
a:active {color:#b50010}

The above CSS pseudo-classes should already be familiar to yo...

A complete guide to CSS attribute selectors
Wed 2nd Jun 2010

Attribute selectors are a part of both CSS 2.1 and CSS 3.0 and this tutorial will show you how to use these powerful design aids.

If they are that helpful then why isn't their use more widespread, you may ask? Two words: Internet Explorer. Although they have almost 100% support in IE7 they ...

CSS3 pseudo-class selector emulation for IE and Dojo
Mon 12th Apr 2010

In January developer Keith Clark released his script that allows gave cross-browser support to use 18 different types of CSS pseudo-classes that previously had limited or no support in Internet Explorer.

The scrip...

Using CSS3 box-shadow to create a glow effect
Fri 29th Jan 2010

This is a technique I discovered by accident when creating the Drupal Sunset theme.

The purpose of the box-shadow property is self-explanatory – it creates a shadow around an element.

I've used box-sh...

Guide to using CSS3 border image
Mon 18th Jan 2010

The reason I am writing this guide is that I've read many of the current online tutorials and they are all quite confusing to those first approaching this CSS property.

It's clear as well border-image will be play an increasingly important part in web design as the CSS2.1 border style prop...

How to style a HTML form with CSS and NO extra markup
Fri 4th Sep 2009

If you haven't read it yet then I strongly recommend that you take a look at Cameron Adams article Fancy Form Design Using CSS if you are really serious about tackling this aspect of web design.

It's...

Carefully choosing web safe fonts for web design
Thu 6th Aug 2009

Not always, but most of the time I stick to Helvetica for titles and Verdana in CSS files. The vast majority of web designers have a very few number of fonts that they prefer. It's not that there isn't the choice of fonts available, it's because of poor support across the various operating system.

&...

+ + + + + +