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;
...
Posted in Know-how | 9 Comments »
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;
...
Posted in Know-how | 3 Comments »
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 ...
Posted in File Patters | 2 Comments »