<!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>&nbsp;&nbsp;&nbsp; 
We are trying to optimize the performance of our app that uses 
OpenLayers&nbsp;(IE 7&amp;8).&nbsp; 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.&nbsp; Has anyone tried using one 
node.style.cssText call instead of multiple node.style 
calls?&nbsp;&nbsp;</FONT></SPAN></DIV>
<DIV><SPAN class=977124005-08042010></SPAN><SPAN class=977124005-08042010><FONT 
size=2 face=Arial>&nbsp;&nbsp;&nbsp;&nbsp;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]&nbsp;when the user zooms).</FONT></SPAN></DIV>
<DIV><SPAN class=977124005-08042010><FONT size=2 face=Arial>&nbsp;&nbsp;&nbsp; 
Any ideas are greatly appreciated?</FONT></SPAN></DIV></BODY></HTML>