X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsupport.js;h=5d04cb78e6c054103f08f2cfecd4131d118822c0;hb=449e099b97d823ed0252d8821880bc0e471701ea;hp=18c494d5198ed69bcf39031837ea26fc6b2a133b;hpb=1bd4325cb979ed66588d6b3454b3eb4291a47151;p=jquery.git diff --git a/src/support.js b/src/support.js index 18c494d..5d04cb7 100644 --- a/src/support.js +++ b/src/support.js @@ -8,7 +8,7 @@ id = "script" + (new Date).getTime(); div.style.display = "none"; - div.innerHTML = '
a'; + div.innerHTML = '
a'; var all = div.getElementsByTagName("*"), a = div.getElementsByTagName("a")[0]; @@ -40,7 +40,7 @@ // Make sure that element opacity exists // (IE uses filter instead) - opacity: a.style.opacity === "0.5", + opacity: a.style.opacity === "0.55", // Verify style float existence // (IE uses styleFloat instead of cssFloat) @@ -102,5 +102,6 @@ jQuery.props = { maxlength: "maxLength", cellspacing: "cellSpacing", rowspan: "rowSpan", + colspan: "colSpan", tabindex: "tabIndex" };