X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsupport.js;h=332839df87f3560ccb4292fad17d3e9a21945160;hb=0bb3998a6a7a82b4c4269f3c57a9fcbe7229b162;hp=18c494d5198ed69bcf39031837ea26fc6b2a133b;hpb=1bd4325cb979ed66588d6b3454b3eb4291a47151;p=jquery.git diff --git a/src/support.js b/src/support.js index 18c494d..332839d 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,8 @@ jQuery.props = { maxlength: "maxLength", cellspacing: "cellSpacing", rowspan: "rowSpan", - tabindex: "tabIndex" + colspan: "colSpan", + tabindex: "tabIndex", + usemap: "useMap", + frameborder: "frameBorder" };