Colgroup/COL compatibility list and description

Source: Internet
Author: User
Colgroup/COL compatibility list
  IE6 IE7 IE8 Ff7 Chrome12 Opera11
Font) Y Y N N N N
Color) Y Y N N N N
Width) Y Y Y Y Y Y
Height) N N N N N N
Background-color) Y Y Y Y Y Y
Align (text-align) Y Y N N N N
Border (Border) N N N N N N
Visibility) Y Y N N N N
Display) Y Y N N N N

From the above data, we can see that:

1. Both the width attribute and the background color are supported;

2, IE6, and 7 are consistent.

Therefore, we can use advanced selectors for other non-IE6 & 7 tasks, such as: TD: Nth-child (n) {-- your CSS code --}

Note:

1. All attributes supported by IE6 & 7 do not take effect if they are defined in TD. For example: TD {color: Blue;} and the corresponding col is set :. col-color {color: red;} is still blue (blue);

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.