The csstext value in IE6/7/8 is different from that in ie9/Firefox/Safari/Chrome/opera.

Source: Internet
Author: User

1. There is no semicolon at the end

As follows:

 
<Div style = "color: red;"> test </div> <SCRIPT> var DIV = document.getelementsbytagname('div'{alert(div}0}.style.css text); </SCRIPT>

The output of each browser is as follows:

IE6/7/8:

Ie9/Firefox/Chrome/Safari/Opera:

The semicolon (;) is missing in IE6/7/8.

2. the attribute name (color) is in uppercase. See

3. Expand All compound attributes

As follows:

<Div style = "border: 1px solid gray;"> test </div> <SCRIPT> var DIV = document.getelementsbytagname('div'{alert(div}0}.style.css text); </SCRIPT>

IE6/7/8

Ie9, etc.

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.