runoops.com

CSS 参考手册 第14页

CSS3 text-outline 属性 text-outline

阅读(1760)

设置text-outline(文本-轮廓): 属性定义及使用说明 text-outline属性指定文字大纲。 默认值: none 继承: yes 版本: CSS3 JavaScript 语法: object.style.textOutlin...

CSS3 text-justify 属性 text-justify

阅读(1952)

改变字与字之间的间距使得每行对齐: 属性定义及使用说明 text-justify属性指定文本对齐设置为"justify"的理据。 此属性指定应怎样对齐文本以及对齐间距。 默认值: auto 继承: yes 版本: CSS3 JavaScri...

CSS text-indent 属性 text-indent

阅读(1794)

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

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

阅读(1616)

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

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

阅读(1671)

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

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

阅读(1695)

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

CSS text-decoration 属性 text-decoration

阅读(1769)

设置h1,h2,h3和h4元素文本装饰: 属性定义及使用说明 text-decoration 属性规定添加到文本的修饰,下划线、上划线、删除线等。 text-decoration 属性是以下三种属性的简写: 默认值: none 继承: no...

CSS text-align-last 属性 text-align-last

阅读(1930)

把段落的最后一行向右对齐: 定义和用法 text-align-last 属性规定如何对齐文本的最后一行。 注意:text-align-last 属性只有在 text-align 属性设置为 "justify" 时才起作用。 默认值: aut...

CSS text-align 属性 text-align

阅读(3139)

属性定义及使用说明 text-align属性指定元素文本的水平对齐方式。 默认值: 如果 direction 属性是 ltr,则默认值为 left;如果 direction 属性是 rtl,则默认值为 right。 继承: yes 版本: ...

CSS3 target-position 属性 target-position

阅读(1876)

属性定义及使用说明 target-position 属性指定链接应置于新的目标。 注意: 只有当 target-name属性创建一个新标签或一个新的窗口后才使用target-position属性。 默认值: above 继承: no 版本:...