It is impossible to know the content's size before adding the layer to the
document ( which can be done by adding the layer to the doc or to a layer that
is added to the doc ). Before adding a dynLayer to the doc you only have a
DynLayer object and a string containing some HTML. Once the dynalyer
Hey all,
New problem. Actually I think it's an old problem but I have not seen a
solution yet. getHeight and getWidth. How do you make them work on NS 6
and IE 5(Mac) ?
Here's the code segment I am using:
c = new DynLayer();
c.moveTo(100, 100);
c.setBgColor('#c0c0c0');
c.setHTML("Testing!");