Simplest 3 Columns Layout with CSS

Tuesday, April 8th, 2008

After experimenting with Designing a 3 columns web page using TableLayout I have came with the solution that is, IMO, simplest possible: 3 Columns Layout Example #ct-wrap { text-align:center; ...

How to center an element in quirks mode

Tuesday, April 8th, 2008

It has been my problem because I needed to use quirks mode due to Ext not playing well in standards compliant mode and still have an element, a container with fixed width, centered in the browser's window working cross-browser. Standard approach is to use css: #ct { width: 960px; ...

HTML File Pattern

Wednesday, April 2nd, 2008

Application Title Basic HTML Page