| Issue 15: | opacity feature with IE | |
| 1 person starred this issue and may be notified of changes. | Back to list |
to make
new_elt.style.opacity = 0.7;
compatible with IE, it needs to also set
new_elt.style.filter="alpha(opacity=70)";
|
|
|
|
|
|
|
| Issue 15: | opacity feature with IE | |
| 1 person starred this issue and may be notified of changes. | Back to list |
to make
new_elt.style.opacity = 0.7;
compatible with IE, it needs to also set
new_elt.style.filter="alpha(opacity=70)";
|
|
|
|