如何使用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 出阁宴祝福语姐姐简短