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 | 1 Comment »
Wednesday, April 2nd, 2008
Application Title
Basic HTML Page
Posted in File Patters | 4 Comments »