My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 15: opacity feature with IE
1 person starred this issue and may be notified of changes. Back to list
Status:  Started
Owner:  maxstruever
Type-Defect
Priority-Low


Sign in to add a comment
 
Reported by maxstruever, Jul 01, 2009
to make 
    new_elt.style.opacity = 0.7;
compatible with IE, it needs to also set
    new_elt.style.filter="alpha(opacity=70)";
Sign in to add a comment

Hosted by Google Code