Set Height in script doesn't change the Framestyle height in Firefox

  •  11-03-2007, 7:59 PM

    Set Height in script doesn't change the Framestyle height in Firefox

    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
View Complete Thread