Use js to add borders to td. the visibility and display attributes of tr and td under Different Conditions

Source: Internet
Author: User
* ****************** Use js to add a border for td ************* * ******************* css design is as follows :. td {border-width: 1px1px1px; border-style: solid; border-color: 8DB1A1 ;}assume that a td is defined as: & lt; td

* ****************** Use js to add a border for td ************* ********************

The css design is as follows:

. Td {
Border-width: 1px 1px 1px 1px;
Border-style: solid;
Border-color: 8DB1A1;
}

Assume that a td is defined as follows:


 

You can add a border for td as follows

Document. getElementById ('name'). className = 'td ';

**************************************** ***********************************

******************* Visibility and display attributes of the application *************** *******

The visibility attribute is hidden, but tr or td still occupies the position during display. visibility: hidden (hidden), visible (Display)

The display attribute is used to hide tr or td but does not occupy the position of the display. display: block (display) and none (hide)

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.