User:Wvengen@nikhef.nl/Web design:Flexible layout

From PDP/Grid Wiki
Jump to navigationJump to search

While CSS and XHTML have brought much good, it can still be troublesome to create a desired page layout. When creating web applications, for example, it's often desirable to have it scale properly to the user's browser size. In GUI toolkits (like GTK, Swing and many more) there is the concept of layout containers, which distribute the available space over its children in a pretty sensible manner, with preferred sizes and min/max criteria. Currently it is not easily possible, but when CSS3's calc() arrives, there may be a clean solution. For now, we have to resort to other means.