如何使用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 姥爷生日祝福语简短精辟