A
Andrew Poulos
Is dynamically generated VML in IE 8 broken?
If I add one simple shape to page all is well. If I try adding multiple
shapes of shapes with shadows or fills then either only the first item
appears or no item appears.
Of course the code works fine in IE 6 and 7.
All I could get from th eMS web sites is to change this:
document.namespaces.add("v", "urn:schemas-microsoft-com:vml");
to this
document.namespaces.add("v", "urn:schemas-microsoft-com:vml",
"#default#VML");
Andrew Poulos
If I add one simple shape to page all is well. If I try adding multiple
shapes of shapes with shadows or fills then either only the first item
appears or no item appears.
Of course the code works fine in IE 6 and 7.
All I could get from th eMS web sites is to change this:
document.namespaces.add("v", "urn:schemas-microsoft-com:vml");
to this
document.namespaces.add("v", "urn:schemas-microsoft-com:vml",
"#default#VML");
Andrew Poulos