public marks

PUBLIC MARKS from Krome with tags css & design

2011

2007

Create Resizable Images With CSS | Smiley Cat Web Design

by 2 others

Method One uses a background image. The main disadvantage of this method (other than the fact that the image is taken out of the content) is that I couldn't find a way to keep the image in the center of the div.

Method Two — my preferred solution — places the image inside the div in the HTML. This enables it to be centered within the div (thanks to Jonathan Snook for helping out with the CSS).

2006

CSS Drop Column Layout

by 6 others (via)
4 columns with fixed widths, with the column on the furthest right dropping when the window is re-sized.

2005