Hello I've been working on a visualization gadget to roadmap simple data. So far so good - everything is working as expected on Chrome, Firefox and Safari.
However with various versions of IE the world is a completely different place. Since a roadmap is highly configurable in look and feel, I make heavy use of style sheets, and allow people to specify their own skins and custom formats through their own stylesheets. This means using the various ways to get element.getcomputedStyle() from different browsers in order to get things like margin widths, border sizes, fontsizes and so on to be able to calculate roadmap presentations. The problem I have is that IE will return random things such as margin:auto or fontSize:80% from its getComputedStyle() equivalent, currentStyle(), rather than a definitive number of pixels, which all other browsers return. I've tried many things to track this down, but cant seem to get to something completely reliable. Has anyone been able to solve this problem definitively - namely how to get a final calculated numeric value (the one its actually going to use) from IE. gadget xml is here. http://www.pepada.com/tools/roadmapper/pepadagvroadmapper.xml source & styles are here http://www.pepada.com/tools/roadmapper thank you bruce -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
