将表格中某些文本的垂直对齐方式设置为"bottom":
document.getElementById("myTd").style.verticalAlign = "bottom";
亲自试一试 »
VerticalAlign 属性设置或返回元素中内容的垂直对齐方式。
Property | |||||
---|---|---|---|---|---|
verticalAlign | Yes | Yes | Yes | Yes | Yes |
返回verticalAlign属性:
object.style.verticalAlign
设置垂直对齐属性:
object.style.verticalAlign =
value
Value | Description |
---|---|
length | Raises or lower an element by the specified length. Negative values are allowed |
% | Raises or lower an element in a percent of the "line-height" property. Negative values are allowed |
baseline | Align the baseline of the element with the baseline of the parent element. This is default |
sub | Aligns the element as it was subscript |
super | Aligns the element as it was superscript |
top | The top of the element is aligned with the top of the tallest element on the line |
text-top | The top of the element is aligned with the top of the parent element's font |
middle | The element is placed in the middle of the parent element |
bottom | The bottom of the element is aligned with the lowest element on the line |
text-bottom | The bottom of the element is aligned with the bottom of the parent element's font |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 基线 |
---|---|
返回值: | 一个 String,表示元素中内容的垂直对齐方式 |
CSS版本 | CSS1 |
CSS教程:CSS 文本
CSS 参考:垂直对齐属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!