Sets or retrieves a Boolean value that indicates whether the object's textdecoration property has a value of "blink." dhtml语法 html | n/a |
---|
scripting | object.style.textdecorationblink [ = bblink ] |
---|
dhtml可能的值 bBlink | Boolean that
specifies or receives one of the following values.true | The textDecoration property is set to "blink." | false | The textDecoration property is not set to "blink." |
|
The property is read/write.
The property has no default value. The Cascading Style Sheets (CSS) attribute is
not inherited.
Remarks This property currently has no visible effect because "blink" is not currently implemented as a possible value of the textDecoration property.
是否符合公共标准
There is no public standard that applies to this property.
Applies To |
A,
ADDRESS,
B,
BIG,
BLOCKQUOTE,
BODY,
BUTTON,
CAPTION,
CENTER,
CITE,
CODE,
COL,
COLGROUP,
CUSTOM,
DD,
defaults,
DFN,
DIR,
DIV,
DL,
DT,
EM,
FIELDSET,
FORM,
hn,
HTML,
I,
INPUT type=button,
INPUT type=checkbox,
INPUT type=file,
INPUT type=image,
INPUT type=password,
INPUT type=radio,
INPUT type=reset,
INPUT type=submit,
INPUT type=text,
ISINDEX,
KBD,
LABEL,
LEGEND,
LI,
LISTING,
MARQUEE,
MENU,
OL,
P,
PLAINTEXT,
PRE,
runtimeStyle,
S,
SAMP,
SELECT,
SMALL,
SPAN,
STRIKE,
STRONG,
style,
SUB,
SUP,
TABLE,
TBODY,
TD,
TEXTAREA,
TFOOT,
TH,
THEAD,
TR,
TT,
U,
UL,
VAR,
XMP | |
更多语法参考 textDecoration
|