I am using the method 'update' in YAHOO.ext.Element (passing false for 'loadScripts'). The text that I am updating (inserting) is HTML markup (including DIVs, FORMs, LABELs, INPUTs, etc). First, is 'update' supposed to support updating the Element with HTML markup, or is it intended for simple text updates?
In firefox it seems to work fine, but in IE6 I get a strange behavior with the styling of the updated data. On my machine it smashes my form buttons together and on another system all of the LABELs are bold even though they should not be.
Is there some other technique I should try? Any other thoughts?