This article describes how to control the vertical alignment of table row content in javascript. you can use getElementById of javascript to obtain elements and set corresponding styles, for more information about how to control the vertical alignment of table row content in JavaScript, see the following example. Share it with you for your reference. The specific analysis is as follows:
The following code uses the vAlign attribute of the table to control the vertical alignment of the content of the table row, which can be set to the top, center, or bottom.
Script function topAlign () {document. getElementById ('tr2'). vAlign = "top";} script
Firstname |
Lastname |
Text |
Peter |
Griffin in |
Hello my name is Peter Griffin in. I need a long text for this example. I need a long text for this example. |
I hope this article will help you design javascript programs.