<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876"></HEAD>
<BODY>
<DIV><SPAN class=977124005-08042010><FONT size=2 face=Arial>
We are trying to optimize the performance of our app that uses
OpenLayers (IE 7&8). It appears that the node.style calls in the
VML.js are taking a lot of time in certain cases and we were trying to use
cssText to get it done in one call. Has anyone tried using one
node.style.cssText call instead of multiple node.style
calls? </FONT></SPAN></DIV>
<DIV><SPAN class=977124005-08042010></SPAN><SPAN class=977124005-08042010><FONT
size=2 face=Arial> Using node.style.cssText works one
time when the data is first drawn but future changes to the node's cssText don't
seem to take effect (ex: data will be created in the correct location but the
data never moves [top, left] when the user zooms).</FONT></SPAN></DIV>
<DIV><SPAN class=977124005-08042010><FONT size=2 face=Arial>
Any ideas are greatly appreciated?</FONT></SPAN></DIV></BODY></HTML>