CSS based layout controls the appearance of the elements on the screen by using specific width designations. KNXU Communications can create "fixed" or "liquid" layout designs:
FIXED DESIGN:
- the text, images, and layout of a design do not change as the size of the browser window changes. Proponents of fixed width design prefer precise control over the layout of a site and the precision placement of objects on the page.
- the design moves to flow content into the whole screen, or a portion of the screen, no matter what the size of the browser window. Proponents of liquid design prefer greater compatibility and using the screen space available. Liquid design can be achieved through the use of CSS, by avoiding styling the page altogether, or by using HTML tables (or more semantic divs) set to a percentage of the page. Fixed layout that optimally scales the content of the page without changing the arrangement or text wrapping when the browser is resized.