Aside from having a beautiful site, the popular Web Designer’s Wall also has great tutorials. This one describes how to add borders and decorations to images using css and a simple span tag nested in a div:
CSS Decorative Gallery
Archive for the ‘CSS’ Category
Image Decorations Using The Span Tag
Posted in CSS, tagged span tag on January 23, 2009 | Leave a Comment »
CSS Frameworks – Introduction
Posted in CSS, tagged CSS Framework on December 12, 2008 | Leave a Comment »
I’ve been researching practices for creating cleaner and more efficient CSS. A debate that frequently arises is whether or not to use a CSS Framework and CSS Reset. A CSS Framework is a pre-prepared library of CSS to allow you to write standards-compliant code much more efficiently. These are packaged as external .css sheets and [...]