Click to Rate and Give Feedback
MSDN
MSDN Library
CSS Attributes: Positioning

This section contains a list of Cascading Style Sheets (CSS) properties that describe the size and position of elements, as well as their z-order and visibility.

Attributes/Properties

bottom

Gets or sets the bottom position of the object in relation to the bottom of the next positioned object in the document hierarchy.

clip

Sets or retrieves which part of a positioned object is visible.

display

Gets or sets whether the object is rendered.

height

Gets or sets the height of the object.

left

Gets or sets the position of the object relative to the left edge of the next positioned object in the document hierarchy.

maxHeight

Gets or sets the maximum height for an element.

maxWidth

Gets or sets the maximum width for an element.

minHeight

Gets or sets the minimum height for an element.

minWidth

Gets or sets the minimum width for an element.

msTransform

Gets or sets a list of one or more transform functions that specify how to translate, rotate, or scale an element in 2-D space.

msTransformOrigin

Gets or sets one or two values that establish the origin of transformation for an element.

overflow

Gets or sets a value indicating how to manage the content of the object when the content exceeds the height or width of the object.

overflowX

Gets or sets how to manage the content of the object when the content exceeds the width of the object.

overflowY

Gets or sets how to manage the content of the object when the content exceeds the height of the object.

pixelBottom

Sets or retrieves the bottom position of the object.

pixelHeight

Sets or retrieves the height of the object.

pixelLeft

Sets or retrieves the left position of the object.

pixelRight

Sets or retrieves the right position of the object.

pixelTop

Sets or retrieves the top position of the object.

pixelWidth

Sets or retrieves the width of the object.

posBottom

Sets or retrieves the bottom position of the object in the units specified by the bottom attribute.

posHeight

Sets or retrieves the height of the object in the units specified by the height attribute.

position

Gets or sets the type of positioning used for the object.

posLeft

Sets or retrieves the left position of the object in the units specified by the left attribute.

posRight

Sets or retrieves the right position of the object in the units specified by the right attribute.

posTop

Sets or retrieves the top position of the object in the units specified by the top attribute.

posWidth

Sets or retrieves the width of the object in the units specified by the width attribute.

right

Gets or sets the position of the object relative to the right edge of the next positioned object in the document hierarchy.

top

Gets or sets the position of the object relative to the top of the next positioned object in the document hierarchy.

visibility

Gets or sets whether the content of the object is displayed.

width

Gets or sets the width of the object.

zIndex

Gets or sets the stacking order of positioned objects.

Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker