hl-web / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

border-radius with ajax bing maps #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ran into an issue with ie-css3.htc (thus border-radius.htc) interfering with 
the ajax version of bing maps. The issue is that they both use the "v" 
namespace. This was preventing colors from showing up properly on the bing 
maps. Solution was to change the ie-css3.htc namespaces to something like 
"vmlNamespace". If you search the htc file for "v//" or "v:" you should find 
all the instances that you have to change. As well as the line

if (!document.namespaces.v) { document.namespaces.add("v", 
"urn:schemas-microsoft-com:vml"); }

Original issue reported on code.google.com by sai...@gmail.com on 31 Aug 2011 at 7:44