CSS::Position Struct Reference

#include <CSSUnit.hpp>

List of all members.


Detailed Description

The position style.


Public Types

enum  Type { Static = 0, Relative = 1, Absolute = 2, Fixed = 3 }
 The positioning type. More...


Member Enumeration Documentation

enum CSS::Position::Type

The positioning type.

Enumerator:
Static  This is the normal positioning mode, block by block.
Relative  This box is calculated like the normal positioning mode, then it is offset of the given left and top value.
Absolute  This box position is absolute and follow left, top, right bottom positions from the containing (parent) block.
Fixed  Act like the absolute case, except that the box's position are relative to the viewport and not the containing block.


The documentation for this struct was generated from the following file:

(C) An X-Ryl669 project 2007

This document describes Unlimited Zooming Interface source code. UZI stands for Unlimited Zooming Interface, and source code license is