CSS & HTML: Fluid Tableless Graphic Borders Using a Nested Push
Implementing fluid graphic borders used to be very intuitive back when table layouts were in vogue. You would simply create three columns and tile your border images vertically along the outer two columns. Using this format, expanding the width of your website was a simple matter of expanding the width of the center column...
CSS & HTML: Minimal Style Lightweight Drop Shadow For Images
While a simple traditional border helps a picture gain page presence, a drop shadow takes it up a notch by providing it with a more artistic interest, and can easily be achieved using CSS without the use of additional graphics. Minimalistic Drop Shadow As demonstrated to the right, we just need to give the picture a border and specify the styling of the 4 sides individually...