CSS 属性2 第3页

CSS text-transform 属性 text-transform

阅读(1012)

属性定义及使用说明 text-transform 属性控制文本的大小写。 默认值: none 继承: yes 版本: CSS1 JavaScript 语法: object.style.textTransform="uppercase" 实例...

CSS3 text-shadow 属性 text-shadow

阅读(789)

属性定义及使用说明 text-shadow 属性应用于阴影文本。 默认值: none 继承: yes 版本: CSS3 JavaScript 语法: object.style.textShadow="2px 2px #ff0000" 实例 ...

CSS3 text-overflow 属性 text-overflow

阅读(836)

属性定义及使用说明 text-overflow属性指定当文本溢出包含它的元素,应该发生什么。 默认值: clip 继承: no 版本: CSS3 JavaScript 语法: object.style.textOverflow="ellip...

CSS3 text-outline 属性 text-outline

阅读(920)

属性定义及使用说明 text-outline属性指定文字大纲。 默认值: none 继承: yes 版本: CSS3 JavaScript 语法: object.style.textOutline="2px 2px #ff0000" 实例 ...

CSS3 text-justify 属性 text-justify

阅读(843)

属性定义及使用说明 text-justify属性指定文本对齐设置为"justify"的理据。 此属性指定应怎样对齐文本以及对齐间距。 默认值: auto 继承: yes 版本: CSS3 JavaScript 语法: object.styl...

CSS text-indent 属性 text-indent

阅读(808)

属性定义及使用说明 text-indent 属性规定文本块中首行文本的缩进。 注意: 负值是允许的。如果值是负数,将第一行左缩进。 默认值: 0 继承: yes 版本: CSS1 JavaScript 语法: object.sty...

CSS text-decoration-style属性 text-decoration-style

阅读(967)

定义和用法 text-decoration-style 属性规定线条如何显示。 默认值: solid 继承: 否 可动画化: 否。请参阅 可动画化(animatable)。 版本: CSS3 JavaScript 语法: object.st...

CSS text-decoration-line 属性 text-decoration-line

阅读(911)

定义和用法 text-decoration-line 属性规定文本修饰要使用的线条类型。 注意:您也可以使用 text-decoration 属性设置 text-decoration-line。text-decoration 属性是 tex...

CSS text-decoration-color 属性 text-decoration-color

阅读(795)

定义和用法 text-decoration-color 属性规定文本修饰(下划线 underline、上划线 overline、中划线 line-through)的颜色。 注意:只有在带有可见的 text-decoration 的元素上,t...

CSS text-decoration 属性 text-decoration

阅读(801)

属性定义及使用说明 text-decoration 属性规定添加到文本的修饰,下划线、上划线、删除线等。 text-decoration 属性是以下三种属性的简写: text-decoration-line text-decoration-...