aselushat / dragtable

Automatically exported from code.google.com/p/dragtable
0 stars 0 forks source link

opacity feature with IE #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
to make 
    new_elt.style.opacity = 0.7;
compatible with IE, it needs to also set
    new_elt.style.filter="alpha(opacity=70)";

Original issue reported on code.google.com by maxstrue...@gmail.com on 1 Jul 2009 at 9:30