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 »
Saturday, April 5th, 2008
See also: Simplest 3 Columns Layout with CSS
Design Goals
I have decided to re-design my webpage because I used some nested floating divs and I started to lose track of the hierarchy and css rules assigned to them. The design goals were:
Fixed width content area always displayed centered in the ...
Posted in Know-how | 4 Comments »
Friday, April 4th, 2008
One of the possible solutions is:
Ext.BLANK_IMAGE_URL = '../ext/resources/images/default/s.gif';
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
Ext.onReady(function(){
var p = new Ext.Panel({
title: Ext.fly('title').dom.innerHTML
...
Posted in Know-how | No Comments »