In Firefox: (The display works correctly in IE)
The page height is 528px, then I execute this code:
editor1.style.height="800px";
Here's what the page look likes before this code:
After executing the code, the CE goes to the right height, but the FrameStyle stays the same:
You can see that the FrameStyle has not changed.
How to fix this?
FredD