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% /* [...]
// Posts Tagged ‘web development’
Glossary of Web Definitions
I figured it’s a good idea to begin my web development study with a decent compilation of web terms and their definitions. There are a number of good glossaries already out there, but it is better to put your own together as everyone will have their own terms they don’t need as much as others. [...]





