public marks

PUBLIC MARKS from bcpbcp with tags article & css

February 2006

Why avoiding tables (for layout) is important

(via)
On Scripting News on February 13, 2002, Dave Winer asks why avoiding tables is so important in web-design and points here. This is an attempt to answer that question. Thanks for the link and conversation, Dave! I want to make clear that I’m not saying you should never use tables. Tables are in HTML, and when you want to display tabular data, you should use them. But for layout, there are other options.

October 2005

Suckerfish Dropdowns - HTML Dog

by 15 others
The original Suckerfish Dropdowns article published in A List Apart proved to be a popular way of implementing lightweight, accessible CSS-based dropdown menus that accommodated Internet Explorer by mimicking the :hover pseudo-class.

CSS: Specificity Wars | And all that Malarkey

by 6 others
My problem was a simple one, how to feed a transparent PNG image to browsers which support transparency and a GIF image to older browsers which don't, without resorting to hacks.

Introduction to CSS shorthand properties

by 2 others
One of the many great possibilities in CSS is the use of shorthand properties. It lets you specify several properties by using only one.