Dropdown menu offset problem?

  •  03-01-2009, 9:47 PM

    Dropdown menu offset problem?

    I found a glitch in Ie7 which displays the dropdown menus by a huge offset in my 24 inch monitor. For instance, the font size dropdown, look in the picture how it is positioned to the left side. In Firefox it works normally. Playing around I discovered that this problem is caused by it's absolute positioning which I found under the cuteEditorimplementation.js.
     
    Just look for line:
    "display:none;z-index:88888888;font-family:arial;position:absolute;background-color:white;border:1px solid;overflow:auto;overflow-x:visible;overflow-y:auto;font-size:12px;padding:2px;","Min_Height","Max_Height","Tree_Min_Height","BorderColorOver","DarkBlue","BorderColor","White","CheckRemoved","CloseDiv","dispose","FillListItems","FillTreeItems","GetText"
     

     
    I need to find a solution for this as quickly as possible.
    Thanks
     
    Rod
View Complete Thread