imsky/cssFx

Add zoom expression for content in IE7

howdu opened this issue · 1 comments

content: "\f0fe";
*zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='');

If you check Font Awesome, this is actually where I found out how to do this be cool if you could add it into the code

Will implement ASAP.