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; ...

CSS File Pattern

Friday, April 4th, 2008

/** vim: ts=4:sw=4:nu:fdc=4:nospell * * A CSS File * * @author Ing.Jozef Sakáloš * @copyright (c) 2008, by Ing. Jozef Sakáloš * @date 5. April 2008 * @version $Id$ * * @license A CSS File is licensed under the terms ...