UseFloatToolbar with relative position

Last post 05-18-2011, 8:54 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  05-18-2011, 4:28 AM 67605

    UseFloatToolbar with relative position

    Hi,
     
    Is it possible to modify the style that's created for the floating toolbar? I want it to be positioned relative instead of absolute. 
  •  05-18-2011, 8:54 PM 67611 in reply to 67605

    Re: UseFloatToolbar with relative position

    Hi ErlendSB,
     
    The toolbar  container is a td target, you can find the style of it in "CuteSoft_Client\CuteEditor\Themes\Office2003\style.css"
     
    #EditorID .CuteEditorToolBarContainer {padding:3px 2px 1px 3px;height:1px;overflow-y:visible;}
     
    And you can change it directly. Please clean the browser cache after changes.
     
    Regards,
     
    Ken
     
     
View as RSS news feed in XML