8 out of 14 rated this helpful - Rate this topic

Basic UI

This section describes Cascading Style Sheets (CSS) features related to basic user interface.

In this section

PropertyDescription

:invalid

Applies one or more styles to specified input fields when the fields are invalid.Applies one or more styles to specified input fields when the fields are invalid.

:-ms-input-placeholder

Applies one or more styles to placeholder text in an input element.Applies one or more styles to placeholder text in an input element.

:optional

Applies one or more styles to specified input fields when the fields are optional.Applies one or more styles to specified input fields when the fields are optional.

:required

Applies one or more styles to specified input fields when the fields are required.Applies one or more styles to specified input fields when the fields are required.

:valid

Applies one or more styles to specified input fields when the fields are valid.Applies one or more styles to specified input fields when the fields are valid.

:visited

Sets the style of an a element if the link has been visited recently. Sets the style of an a element if the link has been visited recently.

box-sizing

Sets or retrieves the box model to use for object sizing.

content

Sets or retrieves generated content to insert before or after an element. Sets or retrieves generated content to insert before or after an element.

cursor

Specifies the type of cursor to display as the mouse pointer moves over the object.

font

Sets or retrieves a combination of separate font properties of the object. Alternatively, sets or retrieves one or more of six user-preference fonts.Sets or retrieves a combination of separate font properties of the object. Alternatively, sets or retrieves one or more of six user-preference fonts.

-ms-progress-appearance

This property is obsolete. Use animation-name instead.

-ms-scrollbar-3dlight-color

Sets or retrieves the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.

-ms-scrollbar-arrow-color

Sets or retrieves the color of the arrow elements of a scroll arrow.

-ms-scrollbar-base-color

Sets or retrieves the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows.

-ms-scrollbar-darkshadow-color

Sets or retrieves the color of the gutter of a scroll bar.

-ms-scrollbar-face-color

Sets or retrieves the color of the scroll box and scroll arrows of a scroll bar.

-ms-scrollbar-highlight-color

Sets or retrieves the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.

-ms-scrollbar-shadow-color

Sets or retrieves the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.

-ms-scrollbar-track-color

Sets or retrieves the color of the track element of a scroll bar.

-ms-text-overflow

Sets or retrieves a value that indicates whether to render ellipses (...) to indicate text overflow.Sets or retrieves a value that indicates whether to render ellipses (...) to indicate text overflow.

-ms-user-select

Sets or retrieves a keyword value that indicates where users are able to select text within an element.

-ms-zoom

Sets or retrieves the magnification scale of the object.

outline

Sets or retrieves the color, style, and width of the outline frame.

outline-color

Sets or retrieves the color of the outline frame.

outline-style

Sets or retrieves the style of the outline frame.

outline-width

Sets or retrieves the width of the outline frame.

 

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.