X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsupport.js;h=332839df87f3560ccb4292fad17d3e9a21945160;hb=255068da33e3d131b3a641c041fb8cecb1543fa4;hp=f8d2ba345f47ce9bd95c71084060c7e4d5b252b8;hpb=fd281e493d58dc54feded5d29660489e6bc7b151;p=jquery.git diff --git a/src/support.js b/src/support.js index f8d2ba3..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) @@ -103,5 +103,7 @@ jQuery.props = { cellspacing: "cellSpacing", rowspan: "rowSpan", colspan: "colSpan", - tabindex: "tabIndex" + tabindex: "tabIndex", + usemap: "useMap", + frameborder: "frameBorder" };