如何使用JavaScript设置元素中内容的垂直对齐方式?
要设置垂直对齐方式,请使用verticalAlign属性。如果要将特定文本移到顶部,请将其设置在顶部。
示例
您可以尝试运行以下代码以使用JavaScript返回元素中内容的垂直对齐方式-
<!DOCTYPE html>
<html>
<head>
<style>
table {
border: 2px solid blue;
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<table>
<tr>
<td id = "myTable">Demo Text1</td>
</tr>
<tr>
<td>Demo Text2</td>
</tr>
<tr>
<td>Demo Text3</td>
</tr>
</table>
<br>
<button type = "button" onclick = "display()"> Set top position </button>
<script>
function display() {
document.getElementById("myTable").style.verticalAlign="top";
}
</script>
</body>
</html>热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短