The latest site I’ve been working on has used gradients, but with one end resulting in transparency. Here’s a quick demonstration of how you get there with CSS. #canvas { background: #FFFFFF; /* Well hello, useless IE! */ background: -moz-linear-gradient( /* Firefox transparency gradient */ center top, rgba(255,255,252,1) 100%, /* Opaque White */ rgba(255,255,252,0.1) 5% /* [...]





