Re: CuteEditor resizes in IE 9 on hover of scrollbar

  •  10-18-2011, 7:39 PM

    Re: CuteEditor resizes in IE 9 on hover of scrollbar

    For anyone else who finds this, I was able to resolve the issue by adding the following in the <head> section of my web page:
     
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
     
    Unless you guys have a better solution, I've got the issue resolved. Thanks!
View Complete Thread