Archives by Tag 'css positioning'

Understanding and determining positions

By Steve Monas - Last updated: Monday, June 14, 2010

Many web designers are confused about the different positioning schemes that are available. An understanding of positioning schemes must begin with the concept of normal flow. This is the default behavior of the web browser. Each block-level element is stacked one after another with inline elements flowing into the available space on the page. The [...]

Layouts and element positioning in visual formatting

By Steve Monas - Last updated: Monday, June 14, 2010

All CSS positioning schemas such as float, relative, absolute, fixed, and static are applicable to the visual-formatting model. Normal flow in the visual formatting context can be with reference to the block or inline elements, but not both simultaneously. Block elements participate in a block-formatting context, and inline boxes participate in inline formatting context. In [...]

Positioning elements within frames absolutely

By Steve Monas - Last updated: Monday, June 14, 2010

Frames load separate pages. Each page is an independent container for different elements. These elements can be positioned using CSS-positioning techniques without reference to the positioning of elements in the other pages being loaded on different frames of the web page concurrently. Each page loaded onto a frame acts like an independent viewport. The elements [...]

When absolute positioning does not work!

By Steve Monas - Last updated: Sunday, June 13, 2010

Absolute positioning is an attractive concept. However there are instances when absolute positioning does not seem to work! In this chapter we shall briefly touch upon instances when the CSS positioning technique does not work. Internet Explorer 4.0 has problems with absolute positioning of elements. When an absolute position is applied to hyperlinks, the positioning [...]

Future standards for absolute positioning

By Steve Monas - Last updated: Sunday, June 13, 2010

The future of web standards depends on global consensus. Most of the early innovators and adopters of web design are ready to adopt new standards for the web, but is there a single future standard that can be adopted? This is a question that is troubling the web designers and software developers alike. DOCTYPE, semantic [...]