properties

< css
Jump to: navigation, search



Summary

CSS properties are the ways that you can change the styling of elements in your page.


API Name Summary
-ms-block-progression Sets or retrieves the block progression and layout orientation.
-ms-box-align Obsolete.
-ms-box-direction Deprecated
-ms-box-flex Deprecated
-ms-box-line-progression Deprecated
-ms-box-lines Deprecated
-ms-box-ordinal-group Deprecated
-ms-box-orient Deprecated
-ms-box-pack Deprecated
-ms-content-zoom-chaining Non standard. Gets or sets a value that indicates the zoom behavior that occurs when a user hits the zoom limit during a manipulation. This property has no effect on non-zoomable elements. For information on zoomable elements, see -ms-content-zooming.
-ms-content-zoom-limit Gets or sets a shorthand value that sets values for the -ms-content-zoom-limit-min and the -ms-content-zoom-limit-max properties. This property has no effect on non-zoomable elements. See -ms-content-zooming for details on zoomable elements.
-ms-content-zoom-limit-max Gets or sets a value that specifies the maximum zoom factor. This property constrains the limit for touch zooming as well as values of the msContentZoomFactor property. This property has no effect on non-zoomable elements. See -ms-content-zooming for details on zoomable elements.
-ms-content-zoom-limit-min Gets or sets a value that specifies the minimum zoom factor. This property constrains the limit for touch zooming as well as values of the msContentZoomFactor property. This property has no effect on non-zoomable elements. See -ms-content-zooming for details on zoomable elements.
-ms-content-zoom-snap Gets or sets a shorthand value that sets values for the -ms-content-zoom-snap-type and the -ms-content-zoom-snap-points properties. This property has no effect on non-zoomable elements. See -ms-content-zooming for details on zoomable elements.
-ms-content-zoom-snap-points Gets or sets a value that defines where zoom snap-points are located. This property has no effect on non-zoomable elements. See -ms-content-zooming for details on zoomable elements.
-ms-content-zoom-snap-type Gets or sets a value that indicates how zooming is affected by defined snap-points. This property has no effect on non-zoomable elements. See -ms-content-zooming for details on zoomable elements.
-ms-content-zooming Gets or sets a value that indicates whether zooming is enabled. This property has no effect unless overflow is permitted on both the x- and y-axes.
-ms-flex Gets or sets values that specify the parameters of a flexible length: the positive and negative flexibility, and the preferred size.
-ms-flex-align Gets or sets a value that specifies the alignment (perpendicular to the layout axis defined by the -ms-flex-direction property) of child elements of the object.
-ms-flex-direction Gets or sets a value that specifies the display order of all child elements of the object.
-ms-flex-flow Gets or sets one or two shorthand values that specify the flex direction and wrap properties together.
-ms-flex-item-align Gets or sets a value that specifies the alignment (perpendicular to the layout axis defined by the -ms-flex-direction property) of child elements of the object.
-ms-flex-line-pack Gets or sets a value that specifies how a flexbox's lines align within the flexbox when there is extra space along the axis that is perpendicular to the axis defined by the -ms-flex-direction property.
-ms-flex-order Gets or sets a value that specifies the ordinal group that a flexbox element belongs to. This ordinal value identifies the display order for the group.
-ms-flex-pack Gets or sets a value that specifies how excess space is distributed (along the axis defined by the -ms-flex-direction property) between child elements of the object.
-ms-flex-wrap Gets or sets a value that specifies whether and in which direction child elements wrap onto multiple lines or columns based on the space available in the object.
-ms-touch-action Gets or sets a value that indicates whether and how a given region can be manipulated by the user—for instance, by panning or zooming.
align-content The align-content property aligns a flex container's lines within the flex container when there is extra space in the cross-axis, similar to how justify-content aligns individual items within the main-axis.
align-items The align-items property sets the default alignment in the cross axis for all of the flex container's items, including anonymous flex items, similarly to how justify-content aligns items along the main axis.
align-self The align-self property allows the default alignment to be overridden for individual flex items.
animation The CSS3 Animation module describes a way for authors to animate CSS properties over time.
animation-delay The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it's applied to an element.
animation-direction Defines an animation's direction, including whether an animation runs in reverse in some or all cycles.
animation-duration Specifies how long an animation takes to complete one cycle
animation-fill-mode Controls the state of animated properties before and after an animation
animation-iteration-count Specifies how many times an animation cycle should play
animation-name Defines one or more animations that apply to an element
animation-play-state Controls whether an animation is running or paused
animation-timing-function Sets the pace of the transition to the next keyframe of an animation
appearance With the appearance property any element can have the style of platform-based interface elements.
backface-visibility This property property determines whether or not the "back" side of a transformed element is visible when facing the viewer.
background The ‘background’ property is a shorthand property for setting most background properties at the same place in the style sheet.
background-attachment Defines if a background image scrolls with the content or stays fixed
background-clip Property specifies whether an element's background, (color or image), extends underneath its border.
background-color background-color allows you to set a color to fill up the background of an element it is applied to. This background color can use any type of CSS color values, from keywords and hex values, to RGB(a) and HSL(a).
background-image The background-image property allows you to apply one or more background images to an element. These can be url() paths to image files, or CSS3 linear or radial gradients. For more information, consult Using CSS background images and Creating gradients in CSS.
background-origin Specifies what the background-position property should be relative to.
background-position background-position allows you to set the placement of a background-image on the element it is applied to. background-position generally takes two values, which set the horizontal and vertical position of the background image inside the element.
background-position-x Sets the horizontal position of a background image.
background-position-y Sets vertical starting position of a background image.
See more pages...