• Page 1 of 1
  • 1
IE10伪元素集合
::after

Defines generated content that appears after an element.

在元素后插入东东

------------------------------

::before

Defines generated content that appears before an element.

在元素前插入东东

------------------------------

::first-letter

Applies one or more styles to the first letter of the object.

对象首字母

------------------------------

::first-line

Applies one or more styles to the first line of the object.

对象首行

------------------------------

::-ms-browse

Applies one or more styles to the browse button of an input type=file control.

上传按钮样式控制

------------------------------

::-ms-check

Applies one or more styles to the check of a checkbox or radio button input control.

复选框样式控制

------------------------------

::-ms-clear

Applies one or more styles to the clear button of a text input control. The clear button is shown only when the text input control has focus and is not empty.

文本框清空icon样式控制

------------------------------

::-ms-expand

Applies one or more styles to the drop-down button of a select control.

下拉列表右侧三角样式控制

------------------------------

::-ms-fill

Applies one or more styles to the progress control. All styles are applied to the bar portion of the determinate progress bar, except for the animation-name style property, which controls the animation of the indeterminate progress control.

进度条已完成部分

------------------------------

::-ms-fill-lower

Applies one or more styles to portion of the track of a input type=range control (also known as a slider control). The styles are applied to the control's track from its smallest value up to the value currently selected by the thumb. In a left-to-right layout, this is the portion of the track to the left of the thumb.

范围滑块左侧

------------------------------

::-ms-fill-upper

Applies one or more styles to portion of the track of a input type=range control (also known as a slider control). The styles are applied to the control's track from the value currently selected by the thumb up to the slider's largest value. In a left-to-right layout, this is the portion of the track to the right of the thumb.

范围滑块右侧

------------------------------

::-ms-reveal

Applies one or more styles to the password reveal button of an input type=password control.

密码框显形icon样式控制

------------------------------

::-ms-thumb

Applies one or more styles to portion of the input type=range control (also known as a slider control) that the user drags.

滑块

------------------------------

::-ms-ticks-after

Applies one or more styles to the tick marks after the slider track of an input type=range (also known as a slider) control. In a left-to-right layout, these are the ticks below the track. In a top-to-bottom layout, these are the ticks to the right of a track.

范围滑块下方坐标

------------------------------

::-ms-ticks-before

Applies one or more styles to the tick marks before the slider track of an input type=range control (also known as a slider control). In a left-to-right layout, these are the ticks above the track. In a top-to-bottom layout, these are the ticks to the left of a track.

范围滑块上方坐标

------------------------------

::-ms-tooltip

Applies one or more styles to the tooltip of a slider (input type=range).

滑块当前值

------------------------------

::-ms-track

Applies one or more styles to the track of an input type=range control (also known as a slider control).

滑轨

------------------------------

::-ms-value

Applies one or more styles to the content of a text or password input control, or a select control.

文本框/密码框

------------------------------

::selection

Applies one or more styles to any text on the page that the user has highlighted.

光标选中状态样式
  • Page 1 of 1
  • 1
Search: