c6 icon indicating copy to clipboard operation
c6 copied to clipboard

Supporting IE expression() function

Open c9s opened this issue 10 years ago • 0 comments

foo { display: expression("inline", (this.innerHTML += (this.innerHTML.indexOf(",") == -1 ? ", " : "")), this.runtimeStyle.display = "inline"); }

foo{display:expression("inline", (this.innerHTML += (this.innerHTML.indexOf(",") == -1 ? ", " : "")), this.runtimeStyle.display = "inline")}

left: expression(document.body.clientWidth/2-oDiv.offsetWidth/2);

c9s avatar May 11 '15 15:05 c9s